Update explanation formatting

This commit is contained in:
Michaelangel007 2016-08-19 07:20:26 -07:00
parent c2e43a7849
commit 7a7167ab95
1 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ In base 10:
In base 2:
```
01010110 (86)
00111001 (57)
--------
@ -59,6 +60,7 @@ In base 2:
01010110 (86 * 2^5 = 2752)
==============
01001100100110 (4902 = 86*2^0 + 86*2^3 + 86*2^4 + 86*2^5)
```
Example of Russian Peasant multiplication: