Operators and Keywords
Function List:
C++ API
Compute the real cube root of each element of x.
Unlike x^(1/3), the result will be negative if x is negative.
x^(1/3)
See also: nthroot.
Package: octave