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

From ApCoCoAWiki
m (insert version info)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Version|1}}
 
<command>
 
<command>
 
   <title>Fn.PiN</title>
 
   <title>Fn.PiN</title>
Line 15: Line 16:
 
</example>
 
</example>
 
</description>
 
</description>
<see> Fn.Pi</see>
+
<see>ApCoCoA-1:Fn.Pi|Fn.Pi</see>
<see> Fn.SetAccuracy</see>
+
<see>ApCoCoA-1:Fn.SetAccuracy|Fn.SetAccuracy</see>
<see> Fn.GetAccuracy</see>
+
<see>ApCoCoA-1:Fn.GetAccuracy|Fn.GetAccuracy</see>
 
<key>Fn.PiN</key>
 
<key>Fn.PiN</key>
 
<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>

Latest revision as of 10:03, 7 October 2020

This article is about a function from ApCoCoA-1.

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