SDK to work with Polygon ID
Return an unsigned 16-bit integer corresponding to the IEEE 754 binary representation of a half-precision floating-point number.
Test if two double-precision floating-point numbers are the same value.
Compute the multiplicative inverse of a single-precision floating-point number.
Calculate the variance of a strided array using a one-pass trial mean algorithm.
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.
Compute the sum of four double-precision floating-point numbers.
A ChatGPT implementation using the official ChatGPT model via OpenAI's API.
Evaluate the modulus function for single-precision floating-point numbers.
Compute an unbiased sample variance incrementally.
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
visx scale
Compute an arithmetic mean of absolute values incrementally.
Calculate the sum of strided array elements, ignoring NaN values and using ordinary recursive summation.
Compute the hyperbolic arccosine of a double-precision floating-point number.
Generate pseudorandom numbers drawn from a binomial distribution.
Laplace distribution differential entropy.
Compute the coversed sine.
Compute the range along one or more ndarray dimensions, ignoring `NaN` values.
Calculate the cumulative maximum of double-precision floating-point strided array elements.
Laplace distribution logarithm of cumulative distribution function (CDF).
Fréchet distribution variance.
Compute `x * ln(y)` so that the result is `0` if `x = 0`.