mirror of
https://github.com/Michaelangel007/apple2_russian_peasant_multiplication.git
synced 2025-01-09 01:30:18 +00:00
Update explanation formatting
This commit is contained in:
parent
c2e43a7849
commit
7a7167ab95
@ -48,6 +48,7 @@ In base 10:
|
|||||||
|
|
||||||
In base 2:
|
In base 2:
|
||||||
|
|
||||||
|
```
|
||||||
01010110 (86)
|
01010110 (86)
|
||||||
00111001 (57)
|
00111001 (57)
|
||||||
--------
|
--------
|
||||||
@ -59,6 +60,7 @@ In base 2:
|
|||||||
01010110 (86 * 2^5 = 2752)
|
01010110 (86 * 2^5 = 2752)
|
||||||
==============
|
==============
|
||||||
01001100100110 (4902 = 86*2^0 + 86*2^3 + 86*2^4 + 86*2^5)
|
01001100100110 (4902 = 86*2^0 + 86*2^3 + 86*2^4 + 86*2^5)
|
||||||
|
```
|
||||||
|
|
||||||
Example of Russian Peasant multiplication:
|
Example of Russian Peasant multiplication:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user