Element-wise subtraction of two strided arrays via a callback function.
-
Updated
Oct 1, 2024 - JavaScript
Element-wise subtraction of two strided arrays via a callback function.
Compute the arctangent of each element retrieved from an input strided array via a callback function.
Round each element in a double-precision floating-point strided array toward negative infinity according to a strided mask array.
Compute the sine of each element retrieved from an input strided array via a callback function.
Compute the absolute value.
Evaluate the ramp function for each element in a strided array.
Evaluate Binet's formula extended to real numbers 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.
Compute the cosine for each element retrieved from an input strided array via a callback function.
Compute the absolute value for each element in a single-precision floating-point strided array.
Compute the multiplicative inverse 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 negative infinity according to a strided mask array.
Compute the multiplicative inverse for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the absolute value for each element in a double-precision floating-point strided array.
Element-wise addition of two strided arrays via a callback function.
Standard library special math functions.
Compute the squared absolute value of each element retrieved from an input strided array via a callback function.
Element-wise multiplication of two strided arrays via a callback function.
Convert each element in a strided array from degrees to radians.
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."