Home / lang / exp10 
Exp10
Syntax
Value = Exp10 ( Number AS Float ) AS Float

Computes 10 ^ Number quicker than the ^ operator.

Example
PRINT Exp10(4)

10000


See also
Logarithms & Exponentials Functions