Difference between revisions of "MC-Basic:EXP"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= Exp(<''expression''>) |AVAILABILITY= All versions |DESCRIPTION= The exponent math function that calculates the exponential function.(e raised…') |
m (1 revision) |
(No difference)
|
Revision as of 16:09, 13 December 2010
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)