Similarly
This commit is contained in:
parent
8efa0efdb2
commit
8ce03c2145
|
@ -189,7 +189,7 @@ removes the $k$ last bits from the number.
|
|||
For example, $14 < < 2 = 56$,
|
||||
because $14$ equals 1110
|
||||
and $56$ equals 111000.
|
||||
Similarily, $49 > > 3 = 6$,
|
||||
Similarly, $49 > > 3 = 6$,
|
||||
because $49$ equals 110001
|
||||
and $6$ equals 110.
|
||||
|
||||
|
|
Loading…
Reference in New Issue