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.
Take elements from an indexed array.
Test if a value is a number having a nonnegative integer value.
Return a string created by joining array elements using a specified separator.
Test if a value is an Error object.
Test if a value is a number having a positive value.
Test if a value is a number having an integer value.
C APIs for registering a Node-API module exporting an interface for invoking a binary numerical function.
Test whether an input value is the string representing column-major order.
Determine the index offset which specifies the location of the first indexed value in a strided array.
Create a generic array filled with null values.
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
Determine the minimum array data type for storing a provided signed integer value.
C APIs for registering a Node-API module exporting an interface for invoking a unary numerical function.
Apply a nullary callback and assign results to elements in a strided output array.
Generate a stride array from an array shape.
Detect native Symbol.iterator support.
Get the byteLength out of a DataView, robustly.
Get the byteOffset out of a DataView, robustly.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Determine if an ndarray data type can be safely cast to, or is of the same kind as, another ndarray data type.