MC-Basic:EXP

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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