Value = Cbr ( Number AS Float ) AS Float
Computes the cubic root of a number.
PRINT Cbr(2) <hr>1.259921049895
PRINT Cbr(-8) <hr>-2