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-iter-special-cbrt
Create an iterator which computes the cube root of each iterated value.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-iter-special-cbrt@0.2.2/lib/index.js
Open
Browse Files
stdlib
stdmath
math
mathematics
math.cbrt
cbrt
cube
cubic
root
power
iterator
iterable
iterate
@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.
v0.2.2 URL:
https://unpkg.com/@stdlib/math-strided-special-smskcbrt@0.2.2/lib/main.js
Open
Browse Files
stdlib
stdmath
mathematics
math
math.cbrt
cbrt
cube
cubic
root
power
single-precision
float
flt
float32
float32array
vector
array
strided
ndarray
element-wise
mask
masked
missing
missing values
na
@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/main.js
Open
Browse Files
stdlib
stdmath
mathematics
math
math.cbrt
cbrt
cube
cubic
root
power
vector
array
strided
ndarray
element-wise