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 stutzbach
Recipients benjamin.peterson, ncoghlan, pitrou, rhettinger, sbaird, stutzbach, vstinner
Date 2011-06-17.20:33:38
SpamBayes Score 0.0035135227
Marked as misclassified No
Message-id <BANLkTi=Hijk1FirGnf=fxooWuGKNSKT=vNtqkyj2a_uY-gC_XA@mail.gmail.com>
In-reply-to <1308193830.26.0.803614362003.issue12345@psf.upfronthosting.co.za>
Content
On Wed, Jun 15, 2011 at 8:10 PM, Nick Coghlan <report@bugs.python.org>wrote:

> 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/

(The following is best if read aloud using your best pirate impression)

I'd rather name the new constant "matey".  Then we have:

The circumference of a circle is: r matey
The area of a circle is: one-quarter r r matey
etc.
Files
File name Uploaded
unnamed stutzbach, 2011-06-17.20:33:37
History
Date User Action Args
2011-06-17 20:33:39stutzbachsetrecipients: + stutzbach, rhettinger, ncoghlan, pitrou, vstinner, benjamin.peterson, sbaird
2011-06-17 20:33:38stutzbachlinkissue12345 messages
2011-06-17 20:33:38stutzbachcreate