Exp10

Value = Exp10 ( Number AS Float ) AS Float

Computes 10 ^ Number quicker than the ^ operator.

Examples

PRINT Exp10(4)
10000

See also