which pi formula is given in the decimal module documentation?

Steven D'Aprano steve at REMOVE-THIS-cybersource.com.au
Mon Dec 21 16:05:47 EST 2009


Nice work! But I have a question...

On Mon, 21 Dec 2009 20:40:40 +0000, Albert van der Horst wrote:

> def pi4():
>     ' Calculate pi by a 5th order process, with favorable stop
>     criterion' 
>     precision = 10e-20


Why do you say 10e-20 instead of 1e-19?


-- 
Steven



More information about the Python-list mailing list