@stdlib/number-float32
Utilities for single-precision floating-point numbers.
Utilities for single-precision floating-point numbers.
Base utilities for single-precision floating-point numbers.
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.
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 a Float64Array.
128-bit complex number.
64-bit complex number.
Cube root of half-precision floating-point epsilon.
Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.
The bias of a half-precision floating-point number's exponent.
Maximum half-precision floating-point number.
Maximum safe half-precision floating-point integer.
Minimum safe half-precision floating-point integer.
Half-precision floating-point mathematical constants.
Half-precision floating-point negative infinity.
Size (in bytes) of a half-precision floating-point number.