Y
Hacker News
new
|
ask
|
show
|
jobs
by
tomtomtom1
2239 days ago
but the long division algorithm never terminates.
why would it terminate at countable infinity?
1 comments
recursive
2239 days ago
You can show that the long division algorithm is looping. Further, you can show that it will continue, for these inputs, to produce `3`s forever with no change in state. How could `...` be defined such that it wasn't 0.333...?
link