Exp()
- Last UpdatedMay 10, 2016
- 1 minute read
Returns the result of the exponent e raised to a power.
Category
Math
Syntax
Result = Exp( Number );
Parameter
Number
Any number or numeric attribute.
Example
Exp(1); ' returns 2.718...
Returns the result of the exponent e raised to a power.
Math
Result = Exp( Number );
Number
Any number or numeric attribute.
Exp(1); ' returns 2.718...