cbrt (<num>)
numeric
The cube root of a number.
<num>The number in question.
numeric x = cbrt(my_no)
Functions:
sqrt (numeric)