Interchange two single-precision floating-point vectors.
-
Updated
Apr 2, 2026 - JavaScript
Interchange two single-precision floating-point vectors.
📊 Compute statistical metrics for multi-dimensional arrays with the `smeankbn` method, enhancing data analysis and manipulation in JavaScript and Node.js.
🔧 Implement efficient computation for the symmetric rank-2 update (ssyr2) in linear algebra, enhancing performance for numerical operations in JavaScript.
Create a typed array.
Test if an array-like object supports the accessor (get/set) protocol.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values.
Compute the sum of a one-dimensional single-precision floating-point ndarray, ignoring `NaN` values and using pairwise summation.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using an improved Kahan-Babuška algorithm.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Compute the sum of all elements in a one-dimensional single-precision floating-point ndarray using pairwise summation.
Compute the arithmetic mean of a one-dimensional single-precision floating-point ndarray using a second-order iterative Kahan–Babuška algorithm.
Create an array filled with NaNs and having a specified length.
Create a zero-filled array having a specified length.
Create a zero-filled array having the same length and data type as a provided array.
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.
Create an array filled with ones and having a specified length.
Create an array filled with ones and having the same length and data type as a provided array.
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.
Create an array filled with NaNs and having the same length and data type as a provided array.
Add elements from one collection to the end of another collection.
Add a description, image, and links to the float32array topic page so that developers can more easily learn about it.
To associate your repository with the float32array topic, visit your repo's landing page and select "manage topics."