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…') |
|||
(6 intermediate revisions by 4 users not shown) | |||
Line 16: | Line 16: | ||
|RANGE= | |RANGE= | ||
− | + | ± 709.7827 (Log(MaxDouble) ) | |
|UNITS= | |UNITS= | ||
Line 28: | Line 28: | ||
|LIMITATIONS= | |LIMITATIONS= | ||
− | Read | + | Read only |
|EXAMPLE= | |EXAMPLE= | ||
Line 36: | Line 36: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:LOG|LOG]] |
+ | |||
+ | [[Category:MC-Basic:Arithmetic Functions|EXP]] | ||
}} | }} |
Latest revision as of 09:12, 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)