@stdlib/math-strided-special-smskdeg2rad
Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.
Convert each element in a single-precision floating-point strided array from degrees to radians according to a strided mask array.
Convert each element in a double-precision floating-point strided array from degrees to radians according to a strided mask array.
Compute the reciprocal square root for each element in a strided array.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Compute the sine of each element retrieved from an input strided array via a callback function.
Compute the arctangent of each element retrieved from an input strided array via a callback function.
Compute the hyperbolic arctangent of each element retrieved from an input strided array via a callback function.
Compute the inverse versed cosine of each element retrieved from an input strided array via a callback function.
Compute the inverse versed sine of each element retrieved from an input strided array via a callback function.
Compute the cosine for each element retrieved from an input strided array via a callback function.
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.
Create an iterator which computes the arccosine of each iterated value.
Create an iterator which computes the hyperbolic arccosine of each iterated value.
Create an iterator which computes the inverse cotangent of each iterated value.
Create an iterator which computes the inverse hyperbolic cotangent of each iterated value.
Create an iterator which computes the cosine of each iterated value.
Create an iterator which computes the hyperbolic cosine for each iterated value.
Create an iterator which computes `cos(x) - 1` for each iterated value.
Create an iterator which computes the cosine of each iterated value times π.