Apply a binary callback to elements in two two-dimensional nested input arrays and assign results to elements in a two-dimensional nested output array.
Round each element in a double-precision floating-point strided array toward negative infinity.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Chi distribution mode.
Calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Pareto (Type I) distribution skewness.
Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.
remove items from a javascript array without generating memory garbage
Calculate the range of a strided array via a callback function.
Apply a quinary callback to elements in five five-dimensional nested input arrays and assign results to elements in a five-dimensional nested output array.
Add a constant to each double-precision floating-point strided array element and compute the sum.
asynchronous function queue with adjustable concurrency
Degenerate distribution entropy.
Fast base62 random strings
Test if a value is an array-like object containing only falsy values.
Calculate the range of a double-precision floating-point strided array.
Apply a binary function to double-precision floating-point strided input arrays according to a strided mask array and assign results to a double-precision floating-point strided output array.
Rayleigh distribution skewness.
Return the last index of a specified search element in a strided array.
Calculate the maximum value of a strided array via a callback function, ignoring NaN values.
Discrete uniform distribution median.
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
Fréchet distribution kurtosis.
Calculate the maximum value of a single-precision floating-point strided array according to a mask.