Test if a finite double-precision floating-point number is a negative integer.
Test if a finite double-precision floating-point number is an integer.
Test if a double-precision floating-point numeric value is negative zero.
Test if a double-precision floating-point numeric value is NaN.
Test if a double-precision floating-point numeric value is infinite.
Test if a finite numeric value is an even number.
Evaluate a factorial.
Test if a finite numeric value is an odd number.
Test if a finite double-precision floating-point number is a nonnegative integer.
Test if a double-precision floating-point numeric value is positive zero.
Multiply a double-precision floating-point number by an integer power of two.
Test if a finite double-precision floating-point number is a positive integer.
Test if a single-precision floating-point numeric value is NaN.
Round a double-precision floating-point number toward negative infinity.
Test if a double-precision floating-point numeric value is finite.
Test if a single-precision floating-point numeric value is finite.
Round a numeric value to the nearest integer.
Gamma function.
Is this value negative zero? === will lie to you
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.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Evaluate the natural logarithm of the factorial function.
Compute the absolute value of a double-precision floating-point number.