@stdlib/number-float64-base-to-float32(latest: 0.2.2) Convert a double-precision floating-point number to the nearest single-precision floating-point number.
@stdlib/number-float64-base-exponent(latest: 0.2.2) Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
@stdlib/number-float64-base-get-high-word(latest: 0.2.2) Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
@stdlib/math-base-special-abs(latest: 0.2.2) Compute the absolute value of a double-precision floating-point number.
@stdlib/number-float32-base-to-word(latest: 0.2.2) Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.