Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ch1pkav authored Oct 4, 2023
1 parent 9445e93 commit 2cd9f3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion homework/github_week3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ Where $\Phi$ and $\phi$ are:
\Phi = \frac{\sqrt{5} + 1}{2}
```

Results within code will likely require rounding due to floating-point inaccuracy.
```math
\phi = \frac{\sqrt{5} - 1}{2}
```

Results within code will likely require rounding due to floating-point inaccuracy.

0 comments on commit 2cd9f3f

Please sign in to comment.