4D v17LN |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v17
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 v17)
Add a comment