Difference between revisions of "ApCoCoA-1:Fn.PiN"
From ApCoCoAWiki
S schuster (talk | contribs) (New page: <command> <title>Fn.PiN</title> <short_description>Returns the constant pi rounded to accuracy <tt>N</tt>.</short_description> <syntax> Fn.PiN(N:INT):RAT </syntax> <description> <item...) |
|||
Line 19: | Line 19: | ||
<see> Fn.GetAccuracy</see> | <see> Fn.GetAccuracy</see> | ||
<key>Fn.PiN</key> | <key>Fn.PiN</key> | ||
− | <key> | + | <key>elemfns.PiN</key> |
<key>PiN</key> | <key>PiN</key> | ||
<wiki-category>Package_elemfns</wiki-category> | <wiki-category>Package_elemfns</wiki-category> | ||
</command> | </command> |
Revision as of 14:16, 4 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