Back to Numerical Arrays (NumPy)
np.cbrt
Return the cube-root of an array, element-wise.
Syntax
np.cbrt(x)
Description
Return the cube-root of an array, element-wise.
Parameters
| Name | Description |
|---|---|
| x | NDArray |
Returns
NDArray