From 6ba08264e4d179beb747b9cedf23822582b5870a Mon Sep 17 00:00:00 2001 From: Noob <63889503+BigNoobWasTaken@users.noreply.github.com> Date: Sat, 27 Jan 2024 11:00:23 +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 24732aa..b4d69b8 100644 --- a/docs/1-bit/operator.md +++ b/docs/1-bit/operator.md @@ -48,10 +48,10 @@ Look at the binary operators table below, we can see the last digit of number re | a | b | a * b | a & b | |:-:|:-:|:-:|:-:| -|00000000**0**|00000000**0**|00000000**0**|00000000**0**| -|00000000**0**|00000000**1**|00000000**0**|00000000**0**| -|00000000**1**|00000000**0**|00000000**0**|00000000**0**| -|00000000**1**|00000000**1**|00000000**1**|00000000**1**| +|0000000**0**|0000000**0**|0000000**0**|0000000**0**| +|0000000**0**|0000000**1**|0000000**0**|0000000**0**| +|0000000**1**|0000000**0**|0000000**0**|0000000**0**| +|0000000**1**|0000000**1**|0000000**1**|0000000**1**| If you do not know what that binary table means, you can see below table (decimal):