Content deleted Content added
Tag: Reverted |
reverted edits by 2a0d:6fc2:6690:c500:cd5f:b9d0:e6ed:f387 |
||
Line 83:
===Example===
To compute the product of 12345 and 6789, where ''B'' = 10, choose ''m'' = 3. We use ''m'' right shifts for decomposing the input operands using the resulting base (''B''<sup>''m''</sup> = ''1000''), as:
: 12345 = '''12''' · ''1000'' + '''345'''
: 6789 = '''6''' · ''1000'' + '''789'''
|