Difference between revisions of "ApCoCoA-1:Fn.E"
From ApCoCoAWiki
Line 19: | Line 19: | ||
</example> | </example> | ||
</description> | </description> | ||
− | <see> | + | <see>Fn.EN</see> |
− | <see> | + | <see>Fn.SetAccuracy</see> |
− | <see> | + | <see>Fn.GetAccuracy</see> |
<key>Fn.E</key> | <key>Fn.E</key> | ||
<key>elemfns.E</key> | <key>elemfns.E</key> |
Revision as of 09:00, 5 May 2011
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 -------------------------------