Please enable JavaScript to view this site.

Vensim Help

Navigation: Reference Guide > Functions > Mathematical and Numeric Functions

EXP(X) EXPonential e^X

Scroll Prev Top Next More

Returns "e to the power of X".

Same as function, POWER(e,X),  where e=2.718...

 

Units:EXP(dimensionless) --> dimensionless (the argument must be dimensionless)

Examples

EXP(1.0) is equal to 2.718282.

EXP(0.0) is equal to 1.0.

EXP(-10.0) is equal to 4.540E-5.

EXP(10.0) is equal to 22026.46.

EXP(LN(10.0)) is equal to 10.0 (by definition).

See also: LN, LOG, and POWER.

Sample model: EXP + LN + LOG.mdl in FunctionExamples