Search
@stdlib/math-base-special-cbrt
Compute the cube root of a double-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-special-cbrt@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
math.cbrt
cbrt
cube
cubic
root
power
number
@stdlib/math-base-special-cbrtf
Compute the cube root of a single-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-special-cbrtf@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
math.cbrt
cbrt
cube
cubic
root
power
number
@stdlib/math-base-special-rcbrtf
Compute the reciprocal cube root of a single-precision floating-point number.
v0.0.2 URL:
https://unpkg.com/@stdlib/math-base-special-rcbrtf@0.0.2/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
math.cbrt
rcbrt
principal
cube
root
power
number
reciprocal
inverse
@stdlib/math-base-special-rcbrt
Compute the reciprocal cube root of a double-precision floating-point number.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-base-special-rcbrt@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
math.cbrt
rcbrt
principal
cube
root
power
number
reciprocal
inverse
@stdlib/math-strided-special-cbrt
Compute the cube root of each element in a strided array.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-strided-special-cbrt@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
mathematics
math
math.cbrt
cbrt
cube
cubic
root
power
vector
array
strided
ndarray
element-wise