An ESnext spec-compliant `Set.prototype.union` shim/polyfill/replacement that works as far down as ES3
Sort a one-dimensional single-precision floating-point ndarray using heapsort.
RC4 random number generator
Apply a one-dimensional strided array function to a list of specified dimensions in an input ndarray and assign results to a provided output ndarray.
Calculate the cumulative sum of double-precision floating-point strided array elements using ordinary recursive summation.
The Assertion Tool is designed to enhance your testing framework by allowing tests to continue running even when assertions fail. Instead of halting the test upon an assertion failure, it will capture the error and continue running the test suite.
@vue/reactivity
Sort a double-precision floating-point strided array using insertion sort.
Calculate the standard deviation of a strided array using a two-pass algorithm.
Compute the number of representable single-precision floating-point values that separate two single-precision floating-point numbers along the real number line.
Interchange two single-precision floating-point vectors.
Return help text associated with a provided alias.
Rules dealing with Array functions and methods.
Arcsine distribution logarithm of cumulative distribution function (CDF).
Fréchet distribution cumulative distribution function (CDF).
Arcsine distribution median.
create lexicographic string keys for positive integers without zero-padding
An ESnext spec-compliant `Array.prototype.with` shim/polyfill/replacement that works as far down as ES3.
Quickest Way to get the Maximum Value of an Array of Numbers (Typed or Untyped)
Create a one-sample Z-test double-precision floating-point results object.
Uniform distribution excess kurtosis.
Human-friendly taxonomy for file types
Calculate the sum of single-precision floating-point strided array elements using pairwise summation with extended accumulation.
Splits the CSV string into array of arrays, each representing a row of columns