Returns the value ex, where x is any expression that represents a numerical value.
Format
EXP(x)
Argument
x | Any valid expression that evaluates to a real number. |
Example
The following function returns e2*TIME, where TIME is the current simulation time:
EXP(2*TIME)