Difference between revisions of "ApCoCoA-1:Fn.Pi"
From ApCoCoAWiki
Line 19: | Line 19: | ||
</example> | </example> | ||
</description> | </description> | ||
− | <see> | + | <see>Fn.PiN</see> |
− | <see> | + | <see>Fn.SetAccuracy</see> |
− | <see> | + | <see>Fn.GetAccuracy</see> |
<key>Fn.Pi</key> | <key>Fn.Pi</key> | ||
<key>elemfns.Pi</key> | <key>elemfns.Pi</key> |
Revision as of 09:07, 5 May 2011
Fn.Pi
Returns the constant pi rounded to the current global accuracy.
Syntax
Fn.Pi():RAT
Description
@return Returns the constant pi rounded to the current global accuracy.
Example
Fn.SetAccuracy(10); Dec(Fn.Pi(), 100); 3.1415926536 -------------------------------