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

From ApCoCoAWiki
m (Bot: Category moved)
m (insert version info)
 
(One intermediate revision by the same user 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>

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