Base (i.e., lower-level) time utilities.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Generate string from a token array by interpolating values.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Tokenize a string into an array of string parts and format identifier objects.
Create a double-precision floating-point number from a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is NaN.
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 infinite.
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.
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.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Exponential function.
Gamma function.
Convert a string to lowercase.
Double-precision complex number functions.
Single-precision complex number functions.
Convert an unsigned 32-bit integer to a signed 32-bit integer.
Test if a finite numeric value is an odd number.
Test if a finite double-precision floating-point number is an integer.