A set of comparators written in TypeScript
Compute the multiplicative inverse of a single-precision floating-point number.
C APIs for registering a Node-API module exporting an interface for invoking a quinary numerical function.
Round a single-precision floating-point number toward zero.
Calculate the variance of a strided array using a one-pass trial mean algorithm.
A simple, fast, database-less city reverse geocoder for Node.js
Compute an unbiased sample variance incrementally.
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
SDK to work with Polygon ID
Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.
Compute the sum of four double-precision floating-point numbers.
Evaluate the modulus function for single-precision floating-point numbers.
Compute an arithmetic mean of absolute values incrementally.
Calculate the cumulative maximum of double-precision floating-point strided array elements.
Compute `x * ln(y)` so that the result is `0` if `x = 0`.
Compute a moving mean squared error (MSE) incrementally.
Generate pseudorandom numbers drawn from a binomial distribution.
Compute an exponentially weighted mean incrementally.
Compute the hyperbolic arccosine of a double-precision floating-point number.
A ChatGPT implementation using the official ChatGPT model via OpenAI's API.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Laplace distribution differential entropy.
Compute the coversed sine.
Compute the range along one or more ndarray dimensions, ignoring `NaN` values.