Multiplication algorithm: Difference between revisions

Content deleted Content added
Polynomial multiplication: Correct calculation error and typo
grammar
Line 53:
———————————————
139676498390 ( = 139,676,498,390 )
Below pseudocode describes the process of above multiplication. It keeps only one row to maintain the sum which finally becomes the result. Note that the '+=' operator is used to denote sum to existing value and store operation (akin to languages such as Java and C) for compactness.
 
<source lang="pascal">