ApCoCoA-1:Fn.Pi

From ApCoCoAWiki
Revision as of 10:03, 7 October 2020 by AndraschkoBot (talk | contribs) (insert version info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article is about a function from ApCoCoA-1.

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