Typed array pool.
-
Updated
Jul 17, 2024 - JavaScript
Typed array pool.
Add elements from one collection to the beginning of another collection.
Detect native Float32Array support.
Add one or more elements to the end of a collection.
Add elements from one collection to the end of another collection.
Compute the cube root of each element in a single-precision floating-point strided array.
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
Create a zero-filled array having the same length and data type as a provided array.
Create a filled 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 zero according to a strided mask array.
Compute the squared absolute value 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 according to a strided mask array.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Round each element in a single-precision floating-point strided array toward positive infinity according to a strided mask array.
Create a zero-filled array having a specified length.
Create an array filled with ones and having a specified length.
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."