Difference between revisions of "ApCoCoA-1:Fn.Ln2N"
From ApCoCoAWiki
m (Bot: Category moved) |
|||
Line 25: | Line 25: | ||
<key>elemfns.Ln2N</key> | <key>elemfns.Ln2N</key> | ||
<key>Ln2N</key> | <key>Ln2N</key> | ||
− | <wiki-category>Package_elemfns</wiki-category> | + | <wiki-category>ApCoCoA-1:Package_elemfns</wiki-category> |
</command> | </command> |
Revision as of 16:09, 2 October 2020
Fn.Ln2N
Returns the natural logarithm of 2 rounded to accuracy Acc.
Syntax
Fn.Ln2N(Acc:INT):RAT
Description
@param Acc The desired accuracy.
@return Returns the natural logarithm of 2 rounded to accuracy Acc.
Example
R := Fn.Ln2N(30); Dec(R, 40); 0.693147180559945309417232121458 -------------------------------