ApCoCoA-1:Fn.Ln2
From ApCoCoAWiki
Fn.Ln2
Compute the natural logarithm of 2.
Syntax
Fn.Ln2():RAT
Description
The function computes the natural logarithm of 2 with the given global
accuracy.
@param Acc The desired accuracy.
@return The natural logarithm of 2.
Example
Fn.SetAccuracy(10); R := Fn.Ln2(); Dec(R, 15); 0.6931471806
</types>