From f3224bf07697f1e7acd49cfa496cfff768ad7f81 Mon Sep 17 00:00:00 2001 From: Alexandre Kaspar <akaspar@mit.edu> Date: Fri, 25 Oct 2019 13:42:51 -0400 Subject: [PATCH] Table fix --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 1480f02..b1af34a 100644 --- a/index.html +++ b/index.html @@ -294,6 +294,7 @@ Hex numbers are numbers in hexadecimal base (16) and are typically prefixed with The symbols are: | Decimal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | +| ------- | - | - | - | - | - | - | - | - | - | - | -- | -- | -- | -- | -- | -- | | Hexa | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F | | Bin | 0000 | 0001 | 0010 | 0011 | 0100 | 0101 | 0110 | 0111 | 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110 | 1111 | -- GitLab