up previous next
Fn.Ln2N

Returns the natural logarithm of 2 rounded to accuracy Acc.
Syntax
          
Fn.Ln2N(Acc:INT):RAT

          

Description


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

0.693147180559945309417232121458
-------------------------------



See Also