Home / lang / cbr 
Cbr
Syntax
Value = Cbr ( Number AS Float ) AS Float

Computes the cubic root of a number.

Example
PRINT Cbr(2)

1.259921049895
Example
PRINT Cbr(-8)

-2


See also
Logarithms & Exponentials Functions