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

Computes the cubic root of a number.

Examples

PRINT Cbr(2)
<hr>1.259921049895
PRINT Cbr(-8)
<hr>-2

See also

Logarithms & Exponentials Functions