Test if two single-precision floating-point numbers are the same value.
Calculate the arithmetic mean of a double-precision floating-point strided array using a two-pass error correction algorithm.
A polyfill for Array.prototype.flat and Array.prototype.flatMap
Compute the falling factorial.
Compute the Fresnel integral C(x).
Calculate the variance of a double-precision floating-point strided array using Welford's algorithm.
Lévy distribution logarithm of probability density function (PDF).
Return the index of the last element in a one-dimensional ndarray which passes a test implemented by a predicate function.
CDS base database service
Chi distribution mode.
Test whether at least one element in an array passes a test implemented by a predicate function, while iterating from right to left.
Calculate the standard deviation of a double-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Create a vinyl file from an actual file
Create an iterator which computes the angle in the plane (in radians) between the positive x-axis and the ray from (0,0) to the point (x,y).
Compute the cosine of a number minus one.
Invoke a callback function once for each element in an ndarray.
A base TSConfig for working with Vue.js
Compute the inverse hyperbolic cotangent.
Gumbel distribution mean.
Test if a number is composite.
An ESLint shareable config for projects using 'Prettier' and 'JavaScript Standard Style' as ESLint rules.
Compute the principal square root for each element in a single-precision floating-point strided array.
Shareable MetaMask ESLint config for Mocha.
Create a factory function for generating pseudorandom values drawn from a ternary PRNG.