@stdlib/constants-float64-high-word-abs-mask
High word mask for excluding the sign bit of a double-precision floating-point number.
@stdlib/number-float64-base-exponent
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
@stdlib/constants-float64-high-word-exponent-mask
High word mask for the exponent of a double-precision floating-point number.
@stdlib/constants-float64-high-word-sign-mask
High word mask for the sign bit of a double-precision floating-point number.
@stdlib/constants-float64-high-word-significand-mask
High word mask for the significand of a double-precision floating-point number.
@stdlib/number-float32-base-to-word
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
@stdlib/number-float32-base-from-word
Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.
@stdlib/constants-float32-abs-mask
Mask for excluding the sign bit of a single-precision floating-point number.
@stdlib/constants-float32-num-bytes
Size (in bytes) of a single-precision floating-point number.
@stdlib/constants-float32-exponent-mask
Mask for the exponent of a single-precision floating-point number.
@stdlib/constants-float32-sign-mask
Mask for the sign bit of a single-precision floating-point number.
@stdlib/math-base-special-copysignf
Return a single-precision floating-point number with the magnitude of x and the sign of y.
@stdlib/constants-float32-significand-mask
Mask for the significand of a single-precision floating-point number.
@stdlib/math-base-special-flipsignf
Return a single-precision floating-point number with the magnitude of x and the sign of x*y.
@stdlib/constants-float16-num-bytes
Size (in bytes) of a half-precision floating-point number.
@stdlib/number-float32-base-significand
Return an integer corresponding to the significand of a single-precision floating-point number.
@stdlib/constants-complex128-num-bytes
Size (in bytes) of a 128-bit complex number.
@stdlib/number-float32-base-exponent
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
constants-float32-num-significand-bits
Number of significand bits for a single-precision floating-point number.
constants-float64-num-high-word-significand-bits
Number of significand bits in the high word of a double-precision floating-point number.