@stdlib/number-float64-base-to-words
Split a double-precision floating-point number into a higher order word and a lower order word.
Found 11 results for signbit
Split a double-precision floating-point number into a higher order word and a lower order word.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Set the more significant 32 bits of a double-precision floating-point number.
Returns a 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Splits a floating-point number into a higher order word and a lower order word.
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
C's and C++'s math functions in TypeScript & JavaScript
Return a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).
Sets the more significant 32 bits of a double-precision floating-point number.
Returns a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
Returns a boolean indicating if the sign bit for a single-precision floating-point number is on (true) or off (false).