Skip to content

Commit

Permalink
md
Browse files Browse the repository at this point in the history
  • Loading branch information
tailuge committed Nov 9, 2024
1 parent 1ded4a9 commit 92d6289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/diagrams/mathaven.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,8 @@ const constants: Constants = {
ee: 0.98,
μs: 0.212,
μw: 0.14,
sinTheta: 2/5
cosTheta: Math.sqrt(21)/5
sinTheta: 2/5,
cosTheta: Math.sqrt(21)/5,
N: 5000
};

Expand Down

0 comments on commit 92d6289

Please sign in to comment.