Number.
Number constructor.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Split a double-precision floating-point number into a higher order word and a lower order word.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Create a double-precision floating-point number from 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.
16-bit half-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.
Set the more significant 32 bits of a double-precision floating-point number.
Set the less significant 32 bits of a double-precision floating-point number.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
Convert a half-precision floating-point number to the nearest single-precision floating-point number.
Convert a half-precision floating-point number to the nearest double-precision floating-point number.
Convert a double-precision floating-point number to the nearest half-precision floating-point number.
Convert a single-precision floating-point number to the nearest half-precision floating-point number.
Multiply two unsigned 32-bit integers.
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
Test if two double-precision floating-point numbers are the same value.
Test if a value is a number.
Return a boolean indicating if the sign bit for a double-precision floating-point number is on (true) or off (false).
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.