From: Simon Baird Date: 2011-06-18T08:28:53+09:00 Subject: [ruby-core:37209] [Ruby 1.9 - Feature #4897] Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/ Issue #4897 has been updated by Simon Baird. "Direct link to gist":https://gist.github.com/1029552 ---------------------------------------- Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/ http://redmine.ruby-lang.org/issues/4897 Author: Simon Baird Status: Open Priority: Low Assignee: Category: core Target version: 1.9.x Firstly please read the Tau Manifesto at http://tauday.com/ . It's quite long but essential to understanding why this is a good idea. Here is a patch on trunk that implements this: http://simonbaird.blogspot.com/2011/06/tau-in-ruby.html Allow me to anticipate and respond in advance to some common objections: 1. It's easy to define it yourself so why put this in core. Possibly correct, but I think this is the right thing to do. Tau is important. And it's a pretty small patch. 2. If this constant goes in then pretty soon someone will want every other math constant and there are hundreds of them. (Slippery slope argument). The circle constant is one of the two most important numbers is mathematics. It's not just another math constant. We already define Pi. -- http://redmine.ruby-lang.org