Core Function Exp
From Sputnik Wiki
Exp( <expression> )
Contents |
Description
Returns e raised to the specified power.
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
Example
MsgBox(Exp(5)); // Output: 148.413159102577