Compute the sum of a one-dimensional ndarray, ignoring `NaN` values.
Replace elements of an array with provided values according to a provided mask array.
Sort a one-dimensional double-precision floating-point ndarray using Shellsort.
Assign element values from a broadcasted input ndarray to corresponding elements in an output ndarray view.
Create a strided array function interface which performs multiple dispatch.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.
Compute sin(πx) in single-precision floating-point format.
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Promise version of glob
Exponential function for a single-precision floating-point number.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using ordinary recursive summation.
Fréchet distribution constructor.
Return the transpose operation string associated with a supported BLAS transpose operation value.
Compute the cumulative sum of a one-dimensional ndarray using ordinary recursive summation.
Calculate the sum of double-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Pareto (Type I) distribution.
Test if a value is a Complex128Array.
Add a constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.
Fill a single-precision complex floating-point strided array with a specified scalar constant.
Laplace distribution constructor.
Create a Node-API value representing a complex number-like object.
Compute the cumulative sum of a one-dimensional double-precision floating-point ndarray using pairwise summation.
Raised cosine distribution median.