Difference between revisions of "ApCoCoA-1:Fn.E"
From ApCoCoAWiki
m (Bot: Category moved) |
|||
Line 25: | Line 25: | ||
<key>elemfns.E</key> | <key>elemfns.E</key> | ||
<key>E</key> | <key>E</key> | ||
− | <wiki-category>Package_elemfns</wiki-category> | + | <wiki-category>ApCoCoA-1:Package_elemfns</wiki-category> |
</command> | </command> |
Revision as of 16:08, 2 October 2020
Fn.E
Returns Euler's number e rounded to the current global accuracy.
Syntax
Fn.E():RAT
Description
@return Returns Euler's number e rounded to the current global accuracy.
Example
Fn.SetAccuracy(10); R := Fn.E(); Dec(R, 15); 2.7182818285 -------------------------------