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 ncoghlan
Recipients ncoghlan
Date 2011-06-16.03:10:29
SpamBayes Score 0.0023783415
Marked as misclassified No
Message-id <1308193830.26.0.803614362003.issue12345@psf.upfronthosting.co.za>
In-reply-to
Content
I'd like to add a new constant to the math module:

  tau = 2*math.pi

Rather than repeating all the reasons for why tau makes more sense than pi as the fundamental circle constant, I'll just refer interested readers to http://tauday.com/
History
Date User Action Args
2011-06-16 03:10:30ncoghlansetrecipients: + ncoghlan
2011-06-16 03:10:30ncoghlansetmessageid: <1308193830.26.0.803614362003.issue12345@psf.upfronthosting.co.za>
2011-06-16 03:10:29ncoghlanlinkissue12345 messages
2011-06-16 03:10:29ncoghlancreate