Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using ordinary recursive summation.
Round each component of a double-precision complex floating-point number toward positive infinity.
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
Test if an object has a specified method name.
A custom version of the handlebars package which, to improve security, does not use `eval` or `new Function`. This means that templates can't be compiled into JavaScript functions in advance and hence, rendering the templates is a lot slower.
Geometric distribution quantile function.
Multi-slice constructor.
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using pairwise summation.
Compute the L2-norm of a complex single-precision floating-point vector.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Parser adapter for parsing YAML documents into API Design Systems namespace.
Base (i.e., lower-level) string functions.
Parser adapter for parsing YAML documents into AsyncAPI 2.x.y namespace.
Raised cosine distribution median.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values.
Extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.
Define non-enumerable read-only properties which expose ndarray function meta data.
Base 10 exponential function.
Compute the sum of all elements in a one-dimensional ndarray using an improved Kahan–Babuška algorithm.
Compute the hypotenuse using the alpha max plus beta min algorithm.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.
Util for Base that optionally prevents a plugin from being registered more than once on an instance
Create a zero-filled n-dimensional nested array.
Determine if an array data type can be safely cast to another array data type.