Difference between revisions of "ApCoCoA-1:Fn.Pi"
From ApCoCoAWiki
m (fixed links to namespace ApCoCoA) |
m (insert version info) |
||
Line 1: | Line 1: | ||
+ | {{Version|1}} | ||
<command> | <command> | ||
<title>Fn.Pi</title> | <title>Fn.Pi</title> |
Latest revision as of 10:03, 7 October 2020
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 -------------------------------