This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients benjamin.peterson, eric.araujo, georg.brandl, gvanrossum, mark.dickinson, ncoghlan, pitrou, python-dev, rhettinger, sbaird, stutzbach, tim.peters, vstinner, waldir, zach.ware
Date 2016-08-10.04:56:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470804972.69.0.181424908395.issue12345@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  I'd test that tau is exactly equal to 2*pi.  All Python platforms  (past, present, and plausible future ones) have binary C doubles, so the only difference between pi and 2*pi _should_ be in the exponent (multiplication by 2 is exact).  Else we screwed up one or both mantissas (typed the constant wrong, and/or the C compiler is rounding incorrectly) - which would be bad.
History
Date User Action Args
2016-08-10 04:56:12tim.peterssetrecipients: + tim.peters, gvanrossum, georg.brandl, rhettinger, mark.dickinson, ncoghlan, pitrou, vstinner, benjamin.peterson, stutzbach, eric.araujo, python-dev, sbaird, zach.ware, waldir
2016-08-10 04:56:12tim.peterssetmessageid: <1470804972.69.0.181424908395.issue12345@psf.upfronthosting.co.za>
2016-08-10 04:56:12tim.peterslinkissue12345 messages
2016-08-10 04:56:12tim.peterscreate