Difference between revisions of "ApCoCoA-1:Fn.PiN"
From ApCoCoAWiki
Line 15: | Line 15: | ||
</example> | </example> | ||
</description> | </description> | ||
− | <see> | + | <see>Fn.Pi</see> |
− | <see> | + | <see>Fn.SetAccuracy</see> |
− | <see> | + | <see>Fn.GetAccuracy</see> |
<key>Fn.PiN</key> | <key>Fn.PiN</key> | ||
<key>elemfns.PiN</key> | <key>elemfns.PiN</key> |
Revision as of 09:07, 5 May 2011
Fn.PiN
Returns the constant pi rounded to accuracy N.
Syntax
Fn.PiN(N:INT):RAT
Description
@param N The desired accuracy.
@return Returns the constant pi rounded to accuracy N.
Example