Convert an angle from radians to degrees (single-precision).
Extensions to the stdlib of most common js runtimes that I found to be missing.
Beta prime distribution standard deviation.
Gumbel distribution mean.
Base ndarray extended BLAS functions.
Compute the maximum value of a one-dimensional single-precision floating-point ndarray.
Discrete uniform distribution skewness.
Compute the mid-range of all iterated values.
Calculate the L2-norm of a vector.
Compute sqrt(1 + x) - 1.
Compute `x * ln(y+1)` so that the result is `0` if `x = 0`.
Agentic SDK for Wikidata.
Invoke a function for each element in a collection and update the collection in-place.
Calculate the variance of a single-precision floating-point strided array using Welford's algorithm.
Compute a weighted arithmetic mean incrementally.
Compute a moving minimum and maximum incrementally.
Hash table - Seperate chaining, Open addressing (linear probing, quadratic probing, double hashing)
Compute the sum of five double-precision floating-point numbers.
Round a numeric value to the nearest power of 10 toward zero.
Count the number of truthy elements in an array.
Consume an entire iterator and return the last iterated value.
Compute the versed cosine.
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Laplace distribution median.