Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using ordinary recursive summation.
Compute the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
Round each component of a double-precision complex floating-point number toward positive infinity.
Utilities for building ESLint plugins.
Parser adapter for parsing YAML documents into OpenAPI 2.0 namespace.
Create a strided array function interface which performs multiple dispatch.
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using pairwise summation.
Multi-slice constructor.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Extensions to basic linear algebra subprograms (BLAS) compiled to WebAssembly.
Chi distribution constructor.
Define non-enumerable read-only properties which expose ndarray function meta data.
Compute the L2-norm of a complex single-precision floating-point vector.
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.
Raised cosine distribution median.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values.
Base (i.e., lower-level) string functions.
Compute the sum of all elements in a one-dimensional ndarray using an improved Kahan–Babuška algorithm.
Base 10 exponential function.
Util for Base that optionally prevents a plugin from being registered more than once on an instance
Parser adapter for parsing YAML documents into API Design Systems namespace.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.
Parser adapter for parsing YAML documents into AsyncAPI 2.x.y namespace.
Compute the hypotenuse using the alpha max plus beta min algorithm.