This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
LN
|
LN ( value ) | ||||||||
Parameter | Type | Description | ||||||
value | Number |
![]() |
Number greater than 0 to evaluate | |||||
The LN function returns the natural logarithm of value. It accepts and returns numeric data.
In value, pass a positive number (greater than zero).
Note: LN is the inverse of EXP, so LN(EXP(x)) is x.
LN(10) //2.30258509...
LN(EXP(1)) //1
Product: 4D
Theme: 4D View Pro Formulas
4D View Pro Reference ( 4D v19)