Home / lang / exp2 
Exp2
Syntax
Value = Exp2 ( Number AS Float ) AS Float

Computes 2 ^ Number quicker than the ^ operator.

Examples

PRINT Exp2(4)

16

See also

Logarithms & Exponentials Functions