Re: Calculate PI

2002-11-03 Thread Randal L. Schwartz
Sven == Sven Bentlage [EMAIL PROTECTED] writes: Sven Hi everyone! Sven I am trying to write a program calculating pi. Sven The formula I would like to use is Sven pi = 4x( (1/1) - (1/3) + (1/5) - (1/7) + (1/9) - (1/11) ) Sven or Sven $pi = 4x ( (1/$y) - ) Beware

Re: Calculate PI

2002-11-03 Thread Sven Bentlage
Dear David, Lon and everybody else who helped me, thanks for your help. I really appreciate it. Best regards, Sven P.S.: As soon as I have a piece of code which works fast, I will send you all a final answer incl. the code On Saturday, Nov 2, 2002, at 20:33 Europe/Berlin, David Kirol wrote: