Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 440 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 440 Bytes

OCAlgorithms

Simulations of the following computer arithmetic algorithms: Booth, Booth Radix4, Restoring, Non-Restoring, Radix4 SRT, Radix2 SRT

Requirements

Setup

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