@stdlib/math-strided-special-dramp
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Evaluate the ramp function for each element in a double-precision floating-point strided array.
Compute the reciprocal square root for each element in a double-precision floating-point strided array.
Compute the principal square root for each element in a double-precision floating-point strided array.
Round each element in a double-precision floating-point strided array toward zero.
Compute the absolute value for each element in a double-precision floating-point strided array.
Compute the squared absolute value for each element in a double-precision floating-point strided array.
Compute the cube root of each element in a double-precision floating-point strided array.
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.
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.
Convert a Node-API value to a double-precision floating-point number.
Convert a Node-API value to a double-precision floating-point array.
Convert a Node-API value representing a strided array to a double-precision floating-point array.
Calculate the dot product of two double-precision floating-point vectors.
Interchange two double-precision floating-point vectors.