We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d169f3 commit 805a658Copy full SHA for 805a658
src/pages/blog/polar-to-cartesian-conversion.mdx
@@ -31,7 +31,7 @@ javascript.
31
32
The only tools needed for the conversion are `Math.cos()`, `Math.sin()` and a
33
circle constant, which is a whole discussion I'd be willing to have, but we
34
-don't have `Math.TAU` yet, so at the top of our file we will use `Math.TAU =
+don't have `Math.TAU` yet, so at the top of our file we will use `Math.TAU =
35
2*Math.PI` as it makes our equations cleaner. [Tau
36
manifesto](https://tauday.com/tau-manifesto)
37
0 commit comments