Exp

Return a Single specifying e raised to a power. Where e is approximately 2.718282.

Syntax: x = Exp(number)

The required number argument is a Single or valid numeric expression .

Requires:
   
Include <libs\fp32ext.bas>

Example:

Dim x as Single
x=4.60517018599
x=Exp(x)   ' x is 100

Also See: Ln