Calculate the cumulative minimum of single-precision floating-point strided array elements.
Evaluate the Kronecker delta (single-precision).
Discrete uniform distribution excess kurtosis.
Calculate the standard deviation of a double-precision floating-point strided array.
Apply a mask to a provided input array.
Low level bindings for bitcoin's secp256k1 library
Calculate the maximum absolute value of a double-precision floating-point strided array.
Add a scalar constant to each strided array element and compute the sum.
Compute the maximum value of a one-dimensional ndarray.
Calculate the mid-range of a strided array via a callback function, ignoring NaN values.
Compute an integer binary logarithm (base two).
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Compute the cumulative maximum value of a one-dimensional single-precision floating-point ndarray.
Lévy distribution.
Gumbel distribution quantile function.
JS lib with TS typings to manipulate strings according to the word parsing rules of the UNIX Bourne shell.
Agentic SDK for the Polygon stock API.
Compute the sum of a one-dimensional double-precision floating-point ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.
Linked list.
Compute the cumulative sum of a one-dimensional ndarray using pairwise summation.
Sort a one-dimensional double-precision floating-point ndarray using insertion sort.
Add a constant to each double-precision floating-point strided array element and compute the sum.
Determine if a buffer length is compatible with a provided shape array.
Calculate the maximum value of a double-precision floating-point strided array according to a mask.