τ (Tau) N decimals Generator
Show τ = 2π (6.2831853...) up to 1000 decimal places. Includes copy-to-clipboard.
—
Tau to a thousand decimal places
Tau is two pi, roughly 6.283185. The proposal to use this constant instead of pi comes from a simple observation: a full turn of the circle is tau radians, not two pi. A quarter turn is tau over 4, half a turn is tau over 2 — angles become direct fractions of a turn, without the factor of 2 turning up in nearly every trigonometric formula.
Choose how many places you want and the page delivers up to a thousand digits. They were computed with arbitrary-precision arithmetic using Machin's formula, which expresses pi through two fast-converging arctangents, and checked against published values before going in — a constant hardcoded in source is exactly the kind of thing nobody reviews and that stays wrong in silence.
The case for tau is pedagogical rather than mathematical: both constants describe the same thing, and no formula becomes right or wrong because of the choice. What changes is how many factors of 2 end up scattered through the text. Where pi stays more natural is the area of a circle, which is pi times r squared — with tau it becomes tau over 2 times r squared, which is slightly worse to write.
Frequently asked questions
Is tau actually used?
Where do these digits come from?
Why stop at a thousand places?
Related Tools
e (Euler) N decimals Generator
Euler constant e = 2.71828... up to 1000 decimals. Useful for calculus, compound interest and analysis.
φ (Golden Ratio) N decimals Generator
Golden ratio φ = (1+√5)/2 = 1.61803... up to 1000 decimals. Famous in design, art and botany.
√2 N decimals Generator
Square root of 2 = 1.41421... up to 1000 decimals. Useful for geometry, ISO A0-A4 paper sizes and irrational study.
AWS SigV4 Canonical Request Preview
Build the Signature Version 4 canonical request from method, URI, query string, host and x-amz-date to debug 403 SignatureDoesNotMatch errors.
JSON Comparator
Compare two JSON objects and visualize differences side by side: added, removed and changed fields. Supports nested structures. Processed in your browser.
Divisors Generator
List all positive divisors of N. Shows total count and whether N is prime (only 2 divisors) or perfect.