Create a half-precision floating-point number from a literal bit representation.
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 single-precision floating-point number to the nearest half-precision floating-point number.
Convert a double-precision floating-point number to the nearest half-precision floating-point number.
Difference between one and the smallest value greater than one that can be represented as a half-precision floating-point number.
16-bit half-precision floating-point number.
Mask for the exponent of a half-precision floating-point number.
Smallest positive normalized half-precision floating-point number.
Maximum half-precision floating-point number.
Number of significand bits for a half-precision floating-point number.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Mask for the sign bit of a half-precision floating-point number.
Mask for the significand of a 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.
Create a double-precision floating-point number from a higher order word and a lower order word.
The bias of a half-precision floating-point number's exponent.
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.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Generate string from a token array by interpolating values.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Compute the absolute value of a double-precision floating-point number.