Keep a note if you want to multiply like 20 and -3 you have to set the no of bits to 8 This repository contains a Python implementation of Booth's multiplication algorithm, a technique for multiplying ...
Booth's Algorithm is used for Multiplication of two numbers. The main purpose is to produce a multiplier with simulation and to maximize the speed in which the multiplier performs the calculation. The ...