up previous next
Fn.Pi

Returns the constant pi rounded to the current global accuracy.
Syntax
          
Fn.Pi():RAT

          

Description


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

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



See Also