Difference between revisions of "MC-Basic:EXP"
m (Text replace - "Read-Only" to "Read only") |
m (Miborich moved page Axystems:MC-Basic:EXP to MC-Basic:EXP: Global renaming of Axystems: namespace into (Main):) |
(No difference)
|
Revision as of 08:37, 22 May 2014
The exponent math function that calculates the exponential function.(e raised to the power of a numeric expression).
Syntax
Exp(<expression>)
Availability
All versions
Type
Double
Range
± 709.7827 (Log(MaxDouble) )
Scope
Configuration, Task or Terminal
Limitations
Read only
Examples
?Exp(1)
Var1 = Exp(Var2*Var3)