PLAGUE
- 37
- 2
- TL;DR
- Why this way of multiplication gives the correct result?
I recently learned of a multiplication method of signed numbers using 2's complement. Here is the answer. What I want to know is how does this multiplication work? I understand that two's complement is $2^n−N$. I understand how subtraction with complements works. But how does the multiplication give accurate result here?
Also, would this method work if one of the numbers is not negative?
Also, would this method work if one of the numbers is not negative?