Calculates the value of e (2.718282) raised to the power of numValue.
Function | Group | Execution | Windows | Embedded | Thin Client |
---|---|---|---|---|---|
Exp | Logarithmic | Synchronous | Supported | Supported | Supported |
Returns the value of e^( numValue ).
Tag Name | Expression |
---|---|
Tag | Exp( 1 ) // Returned value = 2.718282 |
Tag | Exp( 5.25896 ) // Returned value = 192.281415 |