Calculate the cumulative maximum of double-precision floating-point strided array elements.
🐊Putout plugin adds ability to convert array copy to slice
Apply a binary function to single-precision floating-point strided input arrays and assign results to a single-precision floating-point strided output array.
JSX Syntactic Sugar Plugin for Event Modifiers
Source code handling classes for webpack
Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).
Compute the L2-norm of a complex double-precision floating-point vector.
Return an element from a four-dimensional nested array.
Exponential distribution constructor.
Return a shallow copy of an array containing only those elements which pass a test implemented by a predicate function.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
Compute a moving sum incrementally.
Return the last index of a specified search element in a one-dimensional double-precision floating-point ndarray.
Cauchy distribution probability density function (PDF).
Return a string giving the literal bit representation of an unsigned 16-bit integer.
Array constants.
Weibull distribution median.
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the arithmetic mean of a double-precision floating-point strided array using an improved Kahan–Babuška algorithm.
Calculate the cumulative maximum absolute value of a strided array.
Compute the absolute value for each element in an ndarray.
Calculate the range of a double-precision floating-point strided array.
Round a single-precision floating-point number toward positive infinity.
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.