ApCoCoA-1:Fn.PiN

From ApCoCoAWiki
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