Navigation

Operators and Keywords

Function List:

C++ API

: cbrt (x)

Compute the real cube root of each element of x.

Unlike x^(1/3), the result will be negative if x is negative.

See also: nthroot.

Package: octave