Test if a finite double-precision floating-point number is a positive integer.
Test if a finite double-precision floating-point number is an integer.
Test if a double-precision floating-point numeric value is positive zero.
Test if a double-precision floating-point numeric value is NaN.
Gamma function.
Test if a double-precision floating-point numeric value is infinite.
Test if a value is a number having a positive integer value.
Test if a finite numeric value is an even number.
Test if a finite double-precision floating-point number is a nonnegative integer.
Test if a finite numeric value is an odd number.
Test if a double-precision floating-point numeric value is negative zero.
Multiply a double-precision floating-point number by an integer power of two.
Test if a single-precision floating-point numeric value is NaN.
Round a double-precision floating-point number toward positive infinity.
Test if a double-precision floating-point numeric value is finite.
Test if a finite double-precision floating-point number is a negative integer.
Round a numeric value to the nearest integer.
Test if a single-precision floating-point numeric value is finite.
Evaluate a factorial.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Compute the greatest common divisor (gcd).
Test if a value is a number having a positive value.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.