Create an iterator which invokes a ternary function accepting numeric arguments for each iterated value.
Standard math.
Evaluate a polynomial using double-precision floating-point arithmetic.
Compute the sum of an infinite series.
Continued fraction approximation.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Multiply a double-precision floating-point number by an integer power of two.
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.
Compute the absolute value of a double-precision floating-point number.
Natural logarithm of the gamma function.
Return a double-precision floating-point number with the magnitude of x and the sign of y.
Round a double-precision floating-point number toward zero.
Exponential function.
Round a numeric value to the nearest integer.
Complementary error function.
Test if a finite numeric value is an even number.
Gamma function.
Compute `x - nπ/2 = r`.
Calculate a scaled Lanczos sum for the approximation of the gamma function.
Compute exp(x) - 1.
Test if a finite numeric value is an odd number.
Test if a double-precision floating-point numeric value is positive zero.