Invoke a function for each Unicode code point in a string, iterating from right to left.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Double-precision complex number functions.
Create a double-precision floating-point number from a higher order word and a lower order word.
Single-precision complex number functions.
Split a double-precision floating-point number into a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is NaN.
Round a double-precision floating-point number toward zero.
Multiply a double-precision floating-point number by an integer power of two.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Test if a double-precision floating-point numeric value is infinite.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Replace search occurrences with a replacement string.
Compute the absolute value of a double-precision floating-point number.
Test if a finite double-precision floating-point number is an integer.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.
Set the less significant 32 bits of a double-precision floating-point number.
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 negative infinity.
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.