@stdlib/number-float32-base-assert
Base double-precision floating-point number assert functions.
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.
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`.
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.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Create an uninitialized array having a specified length.
Create an uninitialized array having the same length and data type as a provided array.
Create a filled array.
Create a filled array according to a provided callback function.
Float32Array.
Create a filled array having a specified length.
Create a filled array having the same length and data type as a provided array.
Mask for the sign bit of a single-precision floating-point number.