Updated 10 months ago
@stdlib/math-base-special-cbrt
Compute the cube root of a double-precision floating-point number.
Updated 10 months ago
@stdlib/math-base-special-cbrtf
Compute the cube root of a single-precision floating-point number.
Updated 10 months ago
@stdlib/math-strided-special-dmskcbrt
Compute the cube root for each element in a double-precision floating-point strided array according to a strided mask array.
Updated 10 months ago
@stdlib/math-strided-special-cbrt
Compute the cube root of each element in a strided array.
Updated 10 months ago
@stdlib/math-strided-special-dcbrt
Compute the cube root of each element in a double-precision floating-point strided array.
Updated 10 months ago
@stdlib/math-strided-special-smskcbrt
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.
Updated 10 months ago
math-strided-special-scbrt
Compute the cube root of each element in a single-precision floating-point strided array.