Difference between revisions of "MC-Basic:EXP"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 37: Line 37:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[Axystems:MC-Basic:LOG|LOG]]
 
* [[Axystems:MC-Basic:LOG|LOG]]
 +
 +
[[Category:Axystems:MC-Basic:Arithmetic Functions|EXP]]
  
  
 
}}
 
}}

Revision as of 15:57, 6 March 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)

See Also