We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 861415c commit 51cfe39Copy full SHA for 51cfe39
src/main/java/com/rampatra/bits/README.md
@@ -5,16 +5,16 @@
5
**AND:**
6
7
| x | y | x `&` y |
8
-----|---|---------|
+----|---|:-------:|
9
| 0 | 0 | 0 |
10
| 0 | 1 | 0 |
11
| 1 | 0 | 0 |
12
| 1 | 1 | 1 |
13
14
**OR:**
15
-
+
16
| x | y | x `|` y |
17
-|---|---|---------|
+|---|---|:-------:|
18
19
| 0 | 1 | 1 |
20
| 1 | 0 | 1 |
@@ -23,7 +23,7 @@
23
**XOR:**
24
25
| x | y | x `^` y |
26
27
28
29
0 commit comments