Apply a binary function to double-precision floating-point strided input arrays and assign results to a double-precision floating-point strided output array.
Strided.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Reinterpret a BooleanArray as a Uint8Array.
Apply a nullary callback and assign results to elements in a strided output array.
Standard math.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Return the minimum accessible index based on a set of provided strided array parameters.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Apply a binary callback to elements in strided input arrays and assign results to elements in a strided output array.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Generate string from a token array by interpolating values.
Calculate the sum of strided array elements using pairwise summation.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Tokenize a string into an array of string parts and format identifier objects.
Add a scalar constant to each strided array element and compute the sum using pairwise summation.
Create a double-precision floating-point number from a higher order word and a lower order word.
Test if a double-precision floating-point numeric value is NaN.
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 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.