8000
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 6efdeda commit 6badc42Copy full SHA for 6badc42
theory/04hexadecimal.md
@@ -6,6 +6,7 @@ Hexadecimal is more commonly known as `hex`
6
7
## Hexadecimal system
8
| denary | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 |
9
+|--------|---|---|---|-- 4A13 -|---|---|---|---|---|---|---|---|---|---|---|---|
10
| hexadecimal | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F |
11
12
## Convert from hexadecimal to denary
0 commit comments