Home / lang / exp 
Exp
Syntax
Value = Exp ( Number AS Float ) AS Float

Computes the exponantial of a number.

Example
PRINT Exp(1)

2.718281828459


See also
Logarithms & Exponentials Functions