Standard library strided math functions.
-
Updated
May 14, 2026 - JavaScript
Standard library strided math functions.
Strided array math operations.
Base strided.
Standard library special math functions.
Standard library strided array special math functions.
Compute the multiplicative inverse for each element in a strided array.
Compute the arccosine of each element retrieved from an input strided array via a callback function.
Element-wise addition of two strided arrays.
Compute the Bessel function of the second kind of order one for each element retrieved from an input strided array via a callback function.
Compute the arcsine of each element retrieved from an input strided array via a callback function.
Compute the absolute value.
Compute the absolute value of each element retrieved from a strided input array via a callback function and assign each result to an element in a strided output array.
Compute the Bessel function of the first kind of order one for each element retrieved from an input strided array via a callback function.
Apply a function to each element in an array and assign the result to an element in an output array, iterating from right to left.
Round each element in a double-precision floating-point strided array toward positive infinity.
Add a description, image, and links to the element-wise topic page so that developers can more easily learn about it.
To associate your repository with the element-wise topic, visit your repo's landing page and select "manage topics."