math-float32-significand
Returns an integer corresponding to the significand of a single-precision floating-point number.
Returns an integer corresponding to the significand of a single-precision floating-point number.
Returns an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Computes exp(x) - 1.
Returns a double-precision floating-point number with the magnitude of x and the sign of x*y.
Returns a 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Computes the natural logarithm of 1+x.
Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).