From 9d4635e34a0a4f676ff89e19bd11070e95d296fa Mon Sep 17 00:00:00 2001 From: Noob <63889503+BigNoobWasTaken@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:59:37 +0700 Subject: [PATCH] Update operator.md --- docs/1-bit/operator.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/1-bit/operator.md b/docs/1-bit/operator.md index 302fbed..24732aa 100644 --- a/docs/1-bit/operator.md +++ b/docs/1-bit/operator.md @@ -25,10 +25,10 @@ Look at the binary operators table below, we can see the last digit of number re | a | b | a + b | a - b | a ^ b | |:-:|:-:|:-:|:-:|:-:| -|00000000**0**|00000000**0**|00000000**0**|00000000**0**|00000000**0**| -|00000000**0**|00000000**1**|00000000**1**|11111111**1**|00000000**1**| -|00000000**1**|00000000**0**|00000000**1**|00000000**1**|00000000**1**| -|00000000**1**|00000000**1**|00000001**0**|00000000**0**|00000000**0**| +|0000000**0**|0000000**0**|0000000**0**|0000000**0**|0000000**0**| +|0000000**0**|0000000**1**|0000000**1**|1111111**1**|0000000**1**| +|0000000**1**|0000000**0**|0000000**1**|0000000**1**|0000000**1**| +|0000000**1**|0000000**1**|0000001**0**|0000000**0**|0000000**0**| If you do not know what that binary table means, you can see below table (decimal):