Typed array pool.
-
Updated
Sep 1, 2026 - JavaScript
Typed array pool.
Detect native Float32Array support.
Add elements from one collection to the end of another collection.
Add one or more elements to the end of a collection.
Add elements from one collection to the beginning of another collection.
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Create a filled array.
Compute the squared absolute value for each element in a single-precision floating-point strided array according to a strided mask array.
Round each element in a single-precision floating-point strided array toward zero according to a strided mask array.
Compute the cube root of each element in a single-precision floating-point strided array.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Create an array filled with ones and having a specified length.
Compute the principal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the principal square root for each element in a single-precision floating-point strided array.
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
Round each element in a single-precision floating-point strided array toward positive infinity.
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
To associate your repository with the float32array topic, visit your repo's landing page and select "manage topics."