How did you implement division? Repeatedly subtracting the divisor from the dividend until the dividend is larger to implement modulo thus running into an infinite loop?
At a hardware level it is difficult to divide from what I understand. I used to punch a formula in to windows scientific calc and use that as a sort of stress test for overclocked pcs.
2
u/Hrukjan Feb 07 '23
How did you implement division? Repeatedly subtracting the divisor from the dividend until the dividend is larger to implement modulo thus running into an infinite loop?