Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 323 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 323 Bytes

Manual integer division

What division is behind the signs. I mean, what if "/" didn't exist?

This simple js file answers a small thought experiment with an algorithm.

To run, ensure you have node installed, clone the repo and execute node doMath to log the test results.

This is designed to be a reference, however.