Base math utilities.
Compute the absolute difference of two real numbers.
Test if a double-precision floating-point numeric value is NaN.
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 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.
Natural logarithm of the gamma function.
Exponential function.
Round a double-precision floating-point number toward zero.
Evaluate the natural logarithm of 1+x.
Gamma function.
Round a numeric value to the nearest integer.
Test if a finite numeric value is an even number.
Compute `x - nπ/2 = r`.
Test if a finite numeric value is an odd number.
Round a double-precision floating-point number toward negative infinity.
Natural exponential function.
Compute exp(x) - 1.
Compute the principal square root of a double-precision floating-point number.
Compute sin(πx).
Complementary error function.