Similarly

This commit is contained in:
Antti H S Laaksonen 2017-02-11 21:39:03 +02:00
parent 8efa0efdb2
commit 8ce03c2145
1 changed files with 1 additions and 1 deletions

View File

@ -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.