@stdlib/assert-is-finite-array
Test if a value is an array-like object containing only finite numbers.
Test if a value is an array-like object containing only finite numbers.
Test if a value is NaN.
Test if a value is a triangular number.
Test if a value is a square number.
Test if a value is a square triangular number.
Number.
Number constructor.
Utilities for single-precision floating-point numbers.
Base utilities for single-precision floating-point numbers.
Base double-precision floating-point number assert functions.
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Create a single-precision floating-point number from a literal bit representation.
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Return an integer corresponding to the significand of a single-precision floating-point number.
Return a string giving the literal bit representation of a single-precision floating-point number.
Convert a single-precision floating-point number to a signed 32-bit integer.
Convert a single-precision floating-point number to an unsigned 32-bit integer.
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Test if a value is an array-like object containing only nonnegative numbers.