Compute the inverse versed cosine.
Compute an exponentially weighted standard deviation incrementally.
Test if two arguments are approximately equal within a specified number of ULPs (units in the last place).
Compute an exponentially weighted mean incrementally.
Calculate the sum of strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Compute a moving unbiased sample covariance incrementally.
Square root of 0.5π.
Return the index of the first element which passes a test implemented by a predicate function.
Compute the hypotenuse avoiding overflow and underflow.
Generate pseudorandom numbers drawn from a Gumbel distribution.
Create an iterator which invokes a function for each iterated value.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Compute a range incrementally.
Compute a moving arctangent mean absolute percentage error (MAAPE) incrementally.
Erlang distribution variance.
Compute the nth non-Fibonacci number.
The Carnegie Mellon Pronouncing Dictionary (CMUdict).
Calculate the cumulative maximum of double-precision floating-point strided array elements.
Generate pseudorandom numbers drawn from a geometric distribution.
Chi distribution probability density function (PDF).
Compute the hyperbolic arcsine of a double-precision floating-point number.
Calculate the sum of strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Compute the product of all iterated values.
Bernoulli distribution constructor.