From 83198f7bb7d1f4bc3babde6124794f14077dcf06 Mon Sep 17 00:00:00 2001 From: Jason Reed Date: Sun, 14 Jul 2024 15:39:15 -0400 Subject: [PATCH] Fix some mistakes --- README.md | 3 +-- threed4.png => solutions/threed/threed4.png | Bin 2 files changed, 1 insertion(+), 2 deletions(-) rename threed4.png => solutions/threed/threed4.png (100%) diff --git a/README.md b/README.md index 5ee34bd..d1c9bf3 100644 --- a/README.md +++ b/README.md @@ -469,8 +469,7 @@ A similar trick was used here: We're outputting -$$\left\lfloor 3A \over 3A - 1 \right\rfloor -- \left\lfloor 3A \over 3A + 1 \right\rfloor$$ +$$\left\lfloor 3A \over 3A - 1 \right\rfloor - \left\lfloor 3A \over 3A + 1 \right\rfloor$$ which happens to be equal to the sign function of $A$. diff --git a/threed4.png b/solutions/threed/threed4.png similarity index 100% rename from threed4.png rename to solutions/threed/threed4.png