ApCoCoA-1:Fn.PiN
From ApCoCoAWiki
Revision as of 08:54, 4 May 2011 by 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...)
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