Simulations of the following computer arithmetic algorithms: Booth, Booth Radix4, Restoring, Non-Restoring, Radix4 SRT, Radix2 SRT
- NodeJS
- NPM
- https://parceljs.org/ (building and development)
git clone https://github.com/meltingice1337/OCAlgorithms
npm install
npm start // needs parcel (sudo npm install -g parcel-bundler)
npm test // test the algorithms using 10.000 random numbers