Calculate the variance of a strided array ignoring NaN values and using a two-pass algorithm.
Erlang distribution moment-generating function (MGF).
Compute the coefficient of variation (CV) incrementally.
Raised cosine distribution variance.
Beta prime distribution skewness.
Test whether two double-precision complex floating-point numbers are the same value.
Fréchet distribution differential entropy.
Calculate the arithmetic mean of a strided array, ignoring NaN values and using Welford's algorithm.
Create an iterator which generates an interleaved integer sequence.
Pareto (Type I) distribution expected value.
Convert a Node-API value representing a two-dimensional strided array to a double-precision complex floating-point array.
Add a constant to each single-precision floating-point strided array element and compute the sum using pairwise summation with extended accumulation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values.
Add a scalar constant to each single-precision floating-point strided array element and compute the sum using ordinary recursive summation.
Discrete uniform distribution cumulative distribution function (CDF).
Gumbel distribution logarithm of cumulative distribution function.
DSL for building complex XPath expressions
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Fréchet distribution mode.
Calculate the cumulative minimum of a strided array.
Native NAPI-RS bindings for liter-llm — high-performance LLM client powered by Rust
Return the last index of a specified search element in a double-precision floating-point strided array.
Compute a count incrementally, ignoring NaN values.