Skip to content

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

Notifications You must be signed in to change notification settings

meltingice1337/OCAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages