Difference between revisions of "ApCoCoA-1:Fn.PiN"

From ApCoCoAWiki
m (Bot: Category moved)
Line 21: Line 21:
 
<key>elemfns.PiN</key>
 
<key>elemfns.PiN</key>
 
<key>PiN</key>
 
<key>PiN</key>
<wiki-category>Package_elemfns</wiki-category>
+
<wiki-category>ApCoCoA-1:Package_elemfns</wiki-category>
 
</command>
 
</command>

Revision as of 16:10, 2 October 2020

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

Fn.Pi

Fn.SetAccuracy

Fn.GetAccuracy