Exp2

Value = Exp2 ( Number AS Float ) AS Float

Computes 2 ^ Number quicker than the ^ operator.

Examples

PRINT Exp2(4)
16

See also