@stdlib/blas-ext-base-dsnansum
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using extended accumulation, and returning an extended precision result.
Found 214 results for float32array
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.