Skip to content
Snippets Groups Projects
Commit f3224bf0 authored by Alexandre Kaspar's avatar Alexandre Kaspar
Browse files

Table fix

parent 834de360
No related branches found
No related tags found
No related merge requests found
Pipeline #4513 passed
...@@ -294,6 +294,7 @@ Hex numbers are numbers in hexadecimal base (16) and are typically prefixed with ...@@ -294,6 +294,7 @@ Hex numbers are numbers in hexadecimal base (16) and are typically prefixed with
The symbols are: The symbols are:
| Decimal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | | 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 | | 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 | | Bin | 0000 | 0001 | 0010 | 0011 | 0100 | 0101 | 0110 | 0111 | 1000 | 1001 | 1010 | 1011 | 1100 | 1101 | 1110 | 1111 |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment