Exp
Math Function
The Exp function returns the exponential of an expression. This function is equivalent to ex.
Syntax
Exp(<expression>)
Syntax Example
Real1 = Exp(Real2)
Parameters
(<expression>)
An expression to find the exponential.
Parameters Example
The following example displays the exponential of 10 each time an Entity enters the Truck Location.
Display Exp(10)
Remarks
Exp returns a real number.