Calculate the variance of a double-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Compute the hyperbolic arcsine of each element retrieved from an input strided array via a callback function.
Set the off-diagonal elements and the diagonal elements of a single-precision complex floating-point matrix to specified values.
Return the first index of a specified search element in a one-dimensional double-precision floating-point ndarray.
Calculate the arithmetic mean of a double-precision floating-point strided array using pairwise summation.
Square root of π.
Extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.
Determine whether a scalar value can be safely cast or, for floating-point data types, downcast to specified ndarray data type.
Convert a signed 32-bit integer to an unsigned 32-bit integer.
Like JSONStream, but using Minipass streams
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Calculate the variance of a double-precision floating-point strided array using a one-pass trial mean algorithm.
Test if a value is an empty array-like object.
Apply a unary callback to elements in a three-dimensional nested input array and assign results to elements in a three-dimensional nested output array.
Immer patch optimisation to add "move" operations.
Compute a moving sum incrementally.
Convert a strided array to a non-strided generic array.
Interchange two double-precision floating-point vectors.
Capitalize the first letter of each word in a string.
A proof of concept of a generic equivalent of ESLint's globSearch() for use with ConfigArray
Compute the inverse cotangent of each element retrieved from an input strided array via a callback function.
git-log-parser
Take elements from a two-dimensional nested array.
Take elements from a three-dimensional nested array.