C API for registering a Node-API module exporting a strided array interface for applying a binary callback to double-precision floating-point strided input arrays and assigning results to a double-precision floating-point strided output array.
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.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Convert a Node-API value representing a strided array to a single-precision floating-point array.
Strided.
Reinterpret a Complex64Array as a Float32Array.
Reinterpret a Complex128Array as a Float64Array.
C utilities for retrieving Node-API add-on callback arguments.
C utilities for registering Node-API modules.
Assert that a Node-API value is a specified Node-API data type.
Convert a Node-API value to a signed 32-bit integer.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Convert a signed 32-bit integer to a Node-API value.
Reinterpret a BooleanArray as a Uint8Array.
Assert that two Node-API data types are equal.
Convert a Node-API value to a double-precision floating-point number.
C utilities for asserting that a Node-API call returns an "ok" status.
Convert a Node-API value to a single-precision floating-point number.
Convert a Node-API value representing a strided array to a single-precision complex floating-point array.
Standard math.
Convert a Node-API value representing a strided array to a double-precision complex floating-point array.
Apply a nullary callback and assign results to elements in a strided output array.
Assert that a Node-API value is a Node-API typed array.