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