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