Calculate the maximum absolute value of a strided array.
Add a constant to each double-precision floating-point strided array element and compute the sum.
Chi distribution mode.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Pareto (Type I) distribution skewness.
Simple library for encrypting/decrypting strings without the boilerplate of the crypt library.
Test if a value is an array-like object containing only falsy values.
Calculate the minimum value of a single-precision floating-point strided array according to a mask, ignoring NaN values.
Degenerate distribution entropy.
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.
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 maximum value of a strided array via a callback function, ignoring NaN values.
Calculate the range of a double-precision floating-point strided array.
asynchronous function queue with adjustable concurrency
Rayleigh distribution skewness.
Return the last index of a specified search element in a strided array.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
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.
An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3.
Return the part of a string after a specified substring.
Number of seconds in a day.
Discrete uniform distribution median.