Exp()

Home   Back   Next  

Working with Formulas > Functions Used in Formulas > Numeric Functions > Exp()

 

EXP() returns the constant "e" raised to the power of a number.

 

 

Function Format

 

EXP(number) 

 

 

Return Value

 

EXP() returns a numeric value 

 

 

Examples

 

EXP(-1) = 0.3679 

 

EXP(0) = 1.0000

 

EXP(3) = 20.0855 

 

EXP(10) = 22026.4658