Compute an arithmetic mean of absolute values incrementally.
Compute the product of all iterated values.
Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.
SDK to work with Polygon ID
Calculate the variance of a strided array using a one-pass trial mean algorithm.
Calculate the cumulative maximum of double-precision floating-point strided array elements.
A ChatGPT implementation using the official ChatGPT model via OpenAI's API.
Compute a moving mean squared error (MSE) incrementally.
Compute an exponentially weighted mean incrementally.
Compute `x * ln(y)` so that the result is `0` if `x = 0`.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Evaluate the modulus function for single-precision floating-point numbers.
Slugify a string
Manipulate the HTTP Vary header
Add a scalar constant to each double-precision floating-point strided array element and compute the sum using ordinary recursive summation.
create matching selectors from css for your very own nested object hierarchy
1/4 times π.
MATE is TS Metadata Organizer
Lévy distribution entropy.
Compute an unbiased sample variance incrementally.
Node standard library for browser.
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Add a constant to each single-precision floating-point strided array element and compute the sum using extended accumulation and returning an extended precision result.
Return the index of the first element which passes a test implemented by a predicate function.