Hi Folks,
the constat "Pi" apparently is not declared by default in my system. (IRIX 6.2, GPC 2.0) Am I missing something?
miklos
According to Miklos Cserzo:
the constat "Pi" apparently is not declared by default in my system. (IRIX 6.2, GPC 2.0) Am I missing something?
No, it's just not yet implemented, sorry.
For the moment, try
Const pi = 3.14159265358979323846264338327950288419716939937510582097494459;
as an approximation. ;-)
Peter