Split a double-precision floating-point number into a higher order word and a lower order word.
stdlib-js6 months agoThe bias of a double-precision floating-point number's exponent.
stdlib-js6 months agoReturn an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
stdlib-js6 months agoThe maximum biased base 2 exponent for a double-precision floating-point number.
stdlib-js6 months agoHigh word mask for the exponent of a double-precision floating-point number.
stdlib-js6 months ago