Reverse the Unicode code points of a string.
Tokenize a string into an array of string parts and format identifier objects.
Generate string from a token array by interpolating values.
Replace search occurrences with a replacement string.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Convert a string to lowercase.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
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.
Multiply a double-precision floating-point number by an integer power of two.
Test if a double-precision floating-point numeric value is infinite.
Gamma function.
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.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Exponential function.
Create a double-precision floating-point number from a higher order word and a lower order word.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
String manipulation functions.
Natural exponential function.
Evaluate bˣ - 1.
Trim whitespace characters from the beginning and end of a string.