Sort a one-dimensional double-precision floating-point ndarray using Shellsort.
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Discrete uniform distribution entropy.
Fill a strided array with pseudorandom numbers drawn from a normal distribution.
Compute the cumulative sum of a one-dimensional ndarray using an improved Kahan–Babuška algorithm.
Compute the range of absolute values of a single-precision floating-point strided array.
Round a numeric value to the nearest number toward positive infinity with N significant figures.
Chi distribution constructor.
Compute the cumulative sum of a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Pareto (Type I) distribution standard deviation.
Gumbel distribution entropy.
Round a numeric value to the nearest power of two toward zero.
Compute the L2-norm of a complex double-precision floating-point vector.
Calculate the arithmetic mean of a single-precision floating-point strided array using Welford's algorithm.
Calculate the mid-range of a strided array according to a mask, ignoring NaN values.
Calculate the range of a double-precision floating-point strided array, ignoring NaN values.
Compute the sum of a one-dimensional ndarray, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.
Logistic distribution mode.
Create an iterator which rounds each iterated value to the nearest power of 10 on a linear scale.
Remove singleton dimensions.
Convert a double-precision floating-point number to an unsigned 32-bit integer.
Copy all or part of a matrix A to another matrix B.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation.
Compute the versed sine.