From: "sbaird (Simon Baird)" Date: 2013-03-01T09:37:34+09:00 Subject: [ruby-core:53053] [ruby-trunk - 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 sbaird (Simon Baird). david_macmahon (David MacMahon) wrote: > I vote -1 on this idea because the name "TAU" is used in a number of fields to represent a wide variety of things: > For example, tau as also used as a constant representing the golden ratio (1.618...). > mhartl addresses this here: http://tauday.com/tau-manifesto#sec:ambiguous_notation ---------------------------------------- Feature #4897: Define Math::TAU and BigMath.TAU. The "true" circle constant, Tau=2*Pi. See http://tauday.com/ https://bugs.ruby-lang.org/issues/4897#change-37207 Author: sbaird (Simon Baird) Status: Assigned Priority: Low Assignee: matz (Yukihiro Matsumoto) Category: core Target version: Next Major 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://bugs.ruby-lang.org/