ExpValue (Reserved Word)
Returns the exponential value of the specified (Num). The exponential value is the value of e (Euler's number, which is an irrational number roughly equal to 2.718281828) raised to the power specified by Num.
ExpValue(Num)
Where Num is a numeric expression to be used in the calculation.
Examples
ExpValue(4.5) returns a value of approximately 90.0171.
ExpValue(6) returns a value of 403.4288.