This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v19
LN

LN 


 

LN ( value ) 
Parameter Type   Description
value  Number in 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.

Example  

LN(10) //2.30258509...

LN(EXP(1)) //1



See also 

EXP

 
PROPERTIES 

Product: 4D
Theme: 4D View Pro Formulas

 
PAGE CONTENTS 
 
HISTORY 

 
ARTICLE USAGE

4D View Pro Reference ( 4D v19)