Skip to content

Commit 805a658

Browse files
committedMar 16, 2024·
linebreak === space
1 parent 5d169f3 commit 805a658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/pages/blog/polar-to-cartesian-conversion.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ javascript.
3131

3232
The only tools needed for the conversion are `Math.cos()`, `Math.sin()` and a
3333
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 =
34+
don't have `Math.TAU` yet, so at the top of our file we will use `Math.TAU =
3535
2*Math.PI` as it makes our equations cleaner. [Tau
3636
manifesto](https://tauday.com/tau-manifesto)
3737

0 commit comments

Comments
 (0)
Please sign in to comment.