Skip to content

Commit ed43c16

Browse files
a-tangier-sauceISSOtm
authored andcommitted
Update bin_and_hex.md
Changed two incorrect numbers
1 parent 7fe0580 commit ed43c16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/part1/bin_and_hex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Base 16 works just the same as every other base, but with 16 digits, called *nib
7070
= 2 × 16^1 + A × 16^0
7171
7272
1024 = 4 × 256 + 0 × 16 + 0
73-
= 4 × 16^2 + 2 × 16^1 + 4 × 16^0
73+
= 4 × 16^2 + 0 × 16^1 + 0 × 16^0
7474
```
7575

7676
Like binary, we will use a prefix to denote hexadecimal, namely `$`.

0 commit comments

Comments
 (0)