ApCoCoA-1:Fn.PiN: Difference between revisions
From ApCoCoAWiki
m fixed links to namespace ApCoCoA |
m insert version info |
||
Line 1: | Line 1: | ||
{{Version|1}} | |||
<command> | <command> | ||
<title>Fn.PiN</title> | <title>Fn.PiN</title> |
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