The minimum biased base 2 exponent for a subnormal double-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.
Test if a finite numeric value is an odd number.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Test if a double-precision floating-point numeric value is negative zero.
Convert a string to lowercase.
Round a double-precision floating-point number toward negative infinity.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Compute the cosine of a double-precision floating-point number on [-π/4, π/4].
Compute the sine of a double-precision floating-point number on [-π/4, π/4].
Round a double-precision floating-point number toward positive infinity.
Test if a single-precision floating-point numeric value is NaN.
Return an unsigned 32-bit integer corresponding to the less significant 32 bits of a double-precision floating-point number.
String manipulation functions.
Evaluate the natural logarithm of a double-precision floating-point number.
Evaluate a polynomial using double-precision floating-point arithmetic.
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.
Compute the principal square root of a 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.
Difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
Replace search occurrences with a replacement string.