Exp

Math Functions
Aptilis 1

Exp(x)

Exp returns the exponential of a value.

Return value:
e^x (That's e to the power of x).

Example:

e = exp(1)
print(e)
Result:
2.718282