Calculate the arithmetic mean of a single-precision floating-point strided array using a second-order iterative Kahan–Babuška algorithm.
Add a scalar constant to each double-precision floating-point strided array element and compute the sum.
Calculate the range of a one-dimensional single-precision floating-point ndarray according to a mask.
Convert a string to uppercase.
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.
Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray using pairwise summation.
Convert a string to camel case.
An SVG inspector tool
Calculate the arithmetic mean of an array, ignoring NaN values.
Polyfill of future proposal for `util.parseArgs()`
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.
Calculate the maximum value of an array according to a mask, ignoring NaN values.
Calculate the maximum value of a sorted array.
TypeScript definitions for earcut
Calculate the minimum value of an array, ignoring NaN values.
Standard output.
Calculate the cumulative sum of double-precision floating-point strided array elements using pairwise summation.
Compute the range of absolute values of a one-dimensional ndarray.