Strided array math operations.
Standard math.
Element-wise subtraction of two strided arrays.
Element-wise multiplication of two strided arrays.
Element-wise addition of two strided arrays.
Element-wise multiplication of two strided arrays via a callback function.
Element-wise subtraction of two strided arrays via a callback function.
Element-wise addition of two strided arrays via a callback function.
Perform C-like multiplication of two unsigned 32-bit integers.
Strided.
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.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
Exponential function.
Gamma function.
Round a double-precision floating-point number toward negative infinity.
Test if a finite double-precision floating-point number is an integer.
Evaluate a polynomial using double-precision floating-point arithmetic.