Formula Engine Reference Guide
 

 

Back to Class Index

 

EXP(X)

Description
This function returns e raised to the power specified by the argument, where e is the base of the natural log 2.71828183. EXP is the inverse of the natural log function LN.
 
Parameters
X

A numeric value
 
Examples
EXP(1) = 2.71828183
 
EXP(D30) = 1
where D30 = 0
 
LN(EXP(X4)) = 5.1
where X4 = 5.1
 
EXP(710) = Error - EXP, floating exception