From 2cd9f3fd051220a2e0166ed680d6f12e9613de16 Mon Sep 17 00:00:00 2001 From: Teodor Muzychuk <70999143+ch1pkav@users.noreply.github.com> Date: Wed, 4 Oct 2023 15:12:43 +0300 Subject: [PATCH] Update README.md --- homework/github_week3/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homework/github_week3/README.md b/homework/github_week3/README.md index 9ab569c..109c992 100644 --- a/homework/github_week3/README.md +++ b/homework/github_week3/README.md @@ -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.