Add a scalar constant to each double-precision floating-point strided array element and compute the sum.
Convert a string to uppercase.
Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
Calculate the range of a one-dimensional single-precision floating-point ndarray according to a mask.
Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray.
ECMAScript extensions and shims
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
`[].reduce()` for old browsers
Create a function for performing a reduction on a provided ndarray according to a callback function.
Convert a string to camel case.
Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray using pairwise summation.
Calculate the arithmetic mean of an array, ignoring NaN values.
Polyfill of future proposal for `util.parseArgs()`
An SVG inspector tool
C API for registering a Node-API module exporting a strided array interface for applying a unary callback to a double-precision floating-point strided input array and assigning results to a double-precision floating-point strided output array.
A set of classes for easy testing of built-in structures of FS
Sort a one-dimensional double-precision floating-point ndarray using heapsort.
TypeScript definitions for earcut
Calculate the maximum value of an array according to a mask, ignoring NaN values.
Calculate the maximum value of a sorted array.
Calculate the minimum value of an array, ignoring NaN values.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Standard output.
Test if two arrays have respective elements which are approximately equal within a specified number of ULPs (units in the last place).