[Tutor] can python calculate the digits of pi or e?,has this been done before?,how?

amoreira@mercury.ubi.pt amoreira@mercury.ubi.pt
Sat, 26 Aug 2000 09:12:01 +0100


"Charles Gruschow, Jr." wrote:
> 
> can python calculate the digits of pi or e?,has this been done before?,how?
> 
> c.gruschow@prodigy.net
> 
> _______________________________________________
> Tutor maillist  -  Tutor@python.org
> http://www.python.org/mailman/listinfo/tutor

Hi!
As for the digits of pi, you can try pi.py, in the standard dource
distribution. I have it in 
[...]/Python-1.5.2/Demo/scripts/pi.py
where Python-1.5.2 is the root of the source distribution.
Cheers!
Ze