Take elements from an array and return a new array after applying a mapping function.
Generate string from a token array by interpolating values.
Tokenize a string into an array of string parts and format identifier objects.
Create a zero-filled generic array.
Create a filled generic array.
Round a double-precision floating-point number toward zero.
Split a double-precision floating-point number into a higher order word and a lower order word.
Apply a callback function to elements in an input array and assign results to elements in a new output array.
Test if an array-like object supports the accessor (get/set) protocol.
Test if a value is a Complex128Array.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Return an accessor function for retrieving an element from an indexed array-like object.
Array manipulation, ordering, searching, summarizing, etc.
Test if a value is a Complex64Array.
Reinterpret a Complex128Array as a Float64Array.
Convert an array-like object to an object likely to have the same "shape".
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Reinterpret a Complex64Array as a Float32Array.
Take elements from an indexed array.
Return an accessor function for setting an element in an indexed array-like object.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Float32Array.