@stdlib/blas-ext-base-snansumkbn2
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Found 214 results for float32array
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the arithmetic mean of a single-precision floating-point strided array using ordinary recursive summation with extended accumulation.
Calculate the minimum value of a single-precision floating-point strided array, ignoring NaN values.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using a two-pass error correction algorithm with extended accumulation, and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Round each element in a single-precision floating-point strided array toward positive infinity.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
Add elements from one collection to the beginning of another collection.
Calculate the range of a single-precision floating-point strided array according to a mask.
Calculate the minimum absolute value of a single-precision floating-point strided array, ignoring NaN values.
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
Calculate the minimum value of a sorted single-precision floating-point strided array.
Calculate the variance of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the variance of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Calculate the arithmetic mean of a single-precision floating-point strided array using a one-pass trial mean algorithm.
Calculate the cumulative sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Create an array filled with ones and having the same length and data type as a provided array.
Create a zero-filled array having the same length and data type as a provided array.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
Calculate the sum of single-precision floating-point strided array elements using extended accumulation.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Determine if an object is a Buffer
Add a constant to each element in a single-precision floating-point strided array.
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Evaluate the ramp function for each element in a single-precision floating-point strided array.
Detect native Float32Array support.
Add one or more elements to the end of a collection.
Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.
Compute the absolute value for each element in a single-precision floating-point strided array.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Create a typed array.
Add elements from one collection to the end of another collection.
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Add one or more elements to the beginning of a collection.
To Typed Array: Convert an Array of Numbers to the Typed Array with the Smallest Memory Footprint
Remove and return the first element of a collection.
Create a filled array having the same length and data type as a provided array.
Chooses the Best Typed Array to use for an Array of Number. Supports Big Integers!
Javscript float32array utils
Create an array filled with NaNs and having the same length and data type as a provided array.
Typed array pool.
Remove and return the last element of a collection.
Scale a single-precision complex floating-point vector by a single-precision complex floating-point constant and add the result to a single-precision complex floating-point vector.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.