Constructor for applying a unary function to each element in an input array.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Create a function for applying a unary function to each element in a provided array.
Continued fraction approximation.
Standard math.
Evaluate a polynomial using double-precision floating-point arithmetic.
Compute the sum of an infinite series.
Return a function which tests if every element in an array passes a test condition.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Round a double-precision floating-point number toward zero.
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.
Test if a finite numeric value is an odd number.
Test if a finite double-precision floating-point number is an integer.
Round a double-precision floating-point number toward negative infinity.
Natural logarithm of the gamma function.
Compute the principal square root of a double-precision floating-point number.
Natural exponential function.
Apply a unary callback to elements in a strided input array and assign results to elements in a strided output array.