@stdlib/constants-float32-abs-mask
Mask for excluding the sign bit of a single-precision floating-point number.
Mask for excluding the sign bit of a single-precision floating-point number.
Mask for the exponent of a single-precision floating-point number.
High word mask for excluding the sign bit of a double-precision floating-point number.
High word mask for the exponent of a double-precision floating-point number.
High word mask for the sign bit of a double-precision floating-point number.
High word mask for the significand of a double-precision floating-point number.
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 double-precision floating-point number.
Create a double-precision floating-point number from a literal bit representation.
Convert a signed 64-bit integer byte array to a double-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Convert a double-precision floating-point number to a signed 32-bit integer.
Convert a double-precision floating-point number to an unsigned 32-bit integer.
Convert a signed 32-bit integer to an unsigned 32-bit integer.
Return a string giving the literal bit representation of a double-precision floating-point number.
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.