Skip to content

A division algorithm implemented using bit shift, addition and subtraction operations

License

Notifications You must be signed in to change notification settings

ilia-funtov/long-division

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

long-division

This project implements a variant of a division algorithm that can be used with CPUs that don't have native support for division operation.

It performs division in iterative way using only bit shifts (for multiplication and division by 2) and addition and subtraction operations.

About

A division algorithm implemented using bit shift, addition and subtraction operations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published