Base math tools.
Evaluate a polynomial using double-precision floating-point arithmetic.
Compute the sum of an infinite series.
Continued fraction approximation.
Compile a module for evaluating a polynomial.
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 double-precision floating-point numeric value is NaN.
Test if a double-precision floating-point numeric value is infinite.
Multiply a double-precision floating-point number by an integer power of two.
Compute the absolute value 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.
Standard math.
Round a double-precision floating-point number toward negative infinity.
Natural logarithm of the gamma function.
Test if a finite double-precision floating-point number is an integer.
Test if a finite numeric value is an odd number.
Compute the principal square root of a double-precision floating-point number.
Natural exponential function.
Complementary error function.
Compute sin(πx).
Round a double-precision floating-point number toward positive infinity.