- Notifications
You must be signed in to change notification settings - Fork5
2022 001 Add value tau to MATH signature
Phil Clayton edited this pageJul 22, 2022 ·1 revision
Author: Phil Clayton
Last revised: July 22, 2022
Status: proposed
Discussion:issue #34
signature MATHThis proposal adds a value for the circle constant 𝜏 to the MATH signature.
val tau : realval tau : realtauis the circle constant equal to2.0 * pi, representing one whole turn (in radians).
The benefits of using the circle constant 𝜏 instead of 𝜋 are discussed at length in theTau Manifesto.I find the arguments for 𝜏 compelling.Already the constanttau has been added to various other programming languages (Rust,Python,.NET).
Adding this value will not affect existing code.
The benefits oftau overpi will be available in SML.
- [2022-07-11] Proposed
