Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.
Return the enumeration constant associated with a supported BLAS transpose operation value.
Compute the inverse (arc) secant of a number.
Extract the data chunks from a PNG file
Test whether every element in an ndarray is truthy.
Wordwrap a string with ANSI escape codes
Kumaraswamy's double bounded distribution median.
Number of minutes in a week.
Parser adapter for parsing YAML documents into AsyncAPI 3.x.y namespace.
Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray using Welford's algorithm.
Compute an absolute value.
Natural logarithm of the probability density function (PDF) for an Erlang distribution.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Allocate a buffer from an ArrayBuffer.
Test if a value is a Complex64Array.
A family of specs for interoperable TypeScript
Matches strings against configurable strings, globs, regular expressions, and/or functions
Exponential distribution cumulative distribution function (CDF).
Compute the arithmetic mean of a one-dimensional double-precision floating-point ndarray using ordinary recursive summation.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
Bitwise rotation to the left.
Base (i.e., lower-level) single-precision complex number assertion functions.
Compute a one-sample Z-test for a one-dimensional ndarray.
Repeat the given string n times. Fastest implementation for repeating a string.