Create an iterator which invokes a binary function accepting numeric arguments for each iterated value.
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
Riemann Zeta function.
Effective number of bits in the significand of a single-precision floating-point number.
Split array element values into two groups.
Full CSS support for JSX without compromises
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Test if a value is a valid array length.
Fastest JavaScript implementation of the porter2 stemmer
Calculate the mean and standard deviation of a double-precision floating-point strided array using a two-pass algorithm.
Half-precision floating-point positive infinity.
Node.js Buffer API, for React Native
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values and using ordinary recursive summation.
Calculate the mid-range of a double-precision floating-point strided array.
Calculate the arithmetic mean of a double-precision floating-point strided array using ordinary recursive summation.
Binomial distribution mode.
List of ~275,000 English words
Triangular distribution moment-generating function (MGF).
A module to check if a polygon self-intersects using a sweepline algorithm
Test if a value is a `struct` instance.
Return an array of an object's own and inherited property names and symbols.
Compute a one-sample Z-test for a single-precision floating-point strided array.
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Test if a value is a parseable JSON string.