Split a double-precision floating-point number into a higher order word and a lower order word.
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 agoSet the more significant 32 bits of a double-precision floating-point number.
stdlib-js6 months agoReturn a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
stdlib-js6 months agoReturns a 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
math-ioover 2 years ago