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

From ApCoCoAWiki
m (Bot: Category moved)
Line 25: Line 25:
 
<key>elemfns.Pi</key>
 
<key>elemfns.Pi</key>
 
<key>Pi</key>
 
<key>Pi</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.Pi

Returns the constant pi rounded to the current global accuracy.

Syntax

Fn.Pi():RAT

Description


  • @return Returns the constant pi rounded to the current global accuracy.

Example

Fn.SetAccuracy(10);
Dec(Fn.Pi(), 100);

3.1415926536
-------------------------------

Fn.PiN

Fn.SetAccuracy

Fn.GetAccuracy