Exp()
- Last UpdatedJul 13, 2023
- 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 equipment.item.
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 equipment.item.
Exp(1); ' returns 2.718...