up previous next
Fn.Ln2

Returns the natural logarithm of 2 rounded to the current global accuracy.
Syntax
          
Fn.Ln2():RAT

          

Description


Example
Fn.SetAccuracy(10);
R := Fn.Ln2();
Dec(R, 15);

0.6931471806



See Also