Dispatch to a native add-on applying a binary function to two input strided arrays.
Strided.
Reinterpret a Complex64Array as a Float32Array.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Reinterpret a Complex128Array as a Float64Array.
Reinterpret a BooleanArray as a Uint8Array.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Apply a nullary callback and assign results to elements in a strided output array.
Standard math.
Return an unsigned 32-bit integer corresponding to the IEEE 754 binary representation of a single-precision floating-point number.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Dispatch to a native add-on applying a unary function to an input strided array.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Return the minimum accessible index based on a set of provided strided array parameters.
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.
Calculate the sum of strided array elements using pairwise summation.
Split a double-precision floating-point number into a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is NaN.
Test if a double-precision floating-point numeric value is infinite.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Multiply a double-precision floating-point number by an integer power of two.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.