Calculates e to the power of a number.
Exp ( expression )
Parameters
expression | Any valid numeric expression. |
Return Value
Returns e raised to the power of expression.
Remarks
e is the base of the natural logarithm and is approximately 2.71828182845905
Related
Log
Example
$x = Exp(5) ;returns 148.413159102577