This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
EXP
|
EXP ( value ) | ||||||||
Parameter | Type | Description | ||||||
value | Number |
![]() |
Number to evaluate | |||||
The EXP function returns the natural log base (e = 2.71828...) raised to the power of the number specified in value. It accepts and returns numeric data.
This function is the inverse of LN, so EXP(LN(x)) results in x.
EXP(B3)
EXP(1) //2.17828...
Product: 4D
Theme: 4D View Pro Formulas
4D View Pro Reference ( 4D v19)