Search
@stdlib/math-base-assert-is-nan
Test if a double-precision floating-point numeric value is NaN.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-assert-is-nan@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
assertion
assert
utilities
utility
utils
util
math
mathematics
ieee754
floating-point
float
number
numeric
non-numeric
nan
is
isnan
type
check
@stdlib/math-base-assert-is-infinite
Test if a double-precision floating-point numeric value is infinite.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-assert-is-infinite@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
assertion
assert
utilities
utility
utils
util
math
mathematics
ieee754
floating-point
float
double
dbl
number
numeric
positive
negative
infinity
inf
is
isinf
isinfinite
infinite
type
check
@stdlib/math-base-assert-is-negative-zero
Test if a double-precision floating-point numeric value is negative zero.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-assert-is-negative-zero@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
assertion
assert
utilities
utility
utils
util
math
mathematics
ieee754
floating-point
float
number
numeric
negative
zero
0
is
type
check
@stdlib/math-base-assert-is-positive-zero
Test if a double-precision floating-point numeric value is positive zero.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-assert-is-positive-zero@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
assertion
assert
utilities
utility
utils
util
math
mathematics
ieee754
floating-point
float
number
numeric
positive
zero
0
is
type
check
@stdlib/math-base-assert-is-even
Test if a finite numeric value is an even number.
v0.2.3 URL:
https://unpkg.com/@stdlib/math-base-assert-is-even@0.2.3/lib/index.js
Open
Browse Files
stdlib
stdmath
assertion
assert
utilities
utility
utils
util
math
mathematics
float
double
dbl
number
numeric
even
is
iseven
type
check