Base utilities for single-precision floating-point numbers.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Convert a single-precision floating-point number to the nearest half-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Single-precision complex number functions.
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
Compute the number of representable single-precision floating-point values that separate two single-precision floating-point numbers along the real number line.
Test if two single-precision floating-point numbers are the same value.
Convert a half-precision floating-point number to the nearest single-precision floating-point number.
Test if two single-precision floating-point numbers are approximately equal within a specified number of ULPs (units in the last place).
Test if two single-precision floating-point numbers are approximately the same value within a specified number of ULPs (units in the last place).
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
Return the real and imaginary components of a single-precision complex floating-point number.
64-bit complex number.
Convert a single-precision floating-point number to an unsigned 32-bit integer.
Smallest positive normalized single-precision floating-point number.
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Compute the sum of two single-precision floating-point numbers.
Float32Array.
Number of significand bits for a single-precision floating-point number.
Complex numbers.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Mask for the significand of a single-precision floating-point number.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.