|
Navigation: Function Reference > General Utility Functions > ln() ln() |
Top Previous Next |
ln( number: Extended ) : Extended;
Returns the natural logarithm of number.
Parameters
number |
numeric value |
var f: Double;
var l: Double;
f := 2;
l := ln( f );
//l is now equal to 0.6931471