Typo
This commit is contained in:
parent
907da44382
commit
f96f696b31
@ -8,7 +8,7 @@ In this handout, we'll denote bit strings with the prefix `0b`. \
|
|||||||
That is, $1010 =$ "one thousand and one," while $#text([`0b1001`]) = 2^3 + 2^0 = 9$
|
That is, $1010 =$ "one thousand and one," while $#text([`0b1001`]) = 2^3 + 2^0 = 9$
|
||||||
|
|
||||||
#v(2mm)
|
#v(2mm)
|
||||||
We will seperate long bit strings with underscores for readability. \
|
We will separate long bit strings with underscores for readability. \
|
||||||
Underscores have no meaning: $#text([`0b1111_0000`]) = #text([`0b11110000`])$.
|
Underscores have no meaning: $#text([`0b1111_0000`]) = #text([`0b11110000`])$.
|
||||||
|
|
||||||
#problem()
|
#problem()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user