Invoke a function for each UTF-16 code unit in a string.
Generate string from a token array by interpolating values.
Replace search occurrences with a replacement string.
Tokenize a string into an array of string parts and format identifier objects.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Convert a string to lowercase.
Insert supplied variable values into a format string.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Replace search occurrences with a replacement string.
Round a double-precision floating-point number toward zero.
Compute the sum of an infinite series.
Invoke a function for each grapheme cluster (i.e., user-perceived character) in a string.
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.
Test if a double-precision floating-point numeric value is infinite.
Invoke a function for each Unicode code point in a string.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Multiply a double-precision floating-point number by an integer power of two.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Exponential function.
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.