Clarify multiple bit shifts

This commit is contained in:
michaelangel007 2020-02-05 08:46:25 -08:00
parent 9fad757dc8
commit 4675148878
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ And enter in `123456789` * `987654321` respectively for A and B ...
An alternative algorithm to implement multiplication using only:
* bit-shift (left and right), and
* bit-shifts (left and right), and
* addition.
Example of "traditional" multiplication: