up previous next
Fn.LnN

Returns the natural logarithm of a given value with a given accuracy.
Syntax
          
Fn.LnN(Val:RAT,Acc:INT):RAT

          

Description
This function returns the natural logarithm of Val rounded to the given accuracy Acc.

Example
R := Fn.LnN(5, 30);
Dec(R, 40);

1.609437912434100374600759333226
-------------------------------



See Also