@stdlib/math-strided-special-dcbrt-by
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
Compute the cube root of each element retrieved from a double-precision floating-point strided array via a callback function.
Round each element in a double-precision floating-point strided array toward positive infinity.
Convert each element in a double-precision floating-point strided array from degrees to radians.
Convert each element in a strided array from degrees to radians.
Round each element in a double-precision floating-point strided array toward negative infinity.
Compute the multiplicative inverse for each element in a double-precision floating-point strided array.
Compute the absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the squared absolute value for each element in a double-precision floating-point strided array according to a strided mask array.
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Special math functions.
Compute the absolute value.
Strided array math functions.
Strided array math operations.
Element-wise addition of two strided arrays.
Element-wise addition of two strided arrays via a callback function.
Element-wise multiplication of two strided arrays.
Element-wise multiplication of two strided arrays via a callback function.
Element-wise subtraction of two strided arrays.
Element-wise subtraction of two strided arrays via a callback function.
Strided array special math functions.