@stdlib/number-float32-base-from-binary-string
Create a single-precision floating-point number from a literal bit representation.
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`.
Calculate the cumulative maximum of single-precision floating-point strided array elements.
Calculate the cumulative maximum absolute value of single-precision floating-point strided array elements.
Calculate the cumulative minimum of single-precision floating-point strided array elements.
Calculate the cumulative minimum absolute value of single-precision floating-point strided array elements.
Calculate the arithmetic mean of a single-precision floating-point strided array using extended accumulation.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using extended accumulation.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation with extended accumulation.
Calculate the maximum value of a single-precision floating-point strided array.
Calculate the maximum absolute value of a single-precision floating-point strided array.
Calculate the maximum absolute value of a sorted single-precision floating-point strided array.
Calculate the maximum value of a sorted single-precision floating-point strided array.