Reply to floor 26
I tested your code with the following numbers and got an error
Dividend: 94677408
Divisor: 704465856
The correct result is 0.134396...
But with your code, the result is calculated as: 0.1-201-20
Another set of numbers
Dividend: 94987952
Divisor: 704465856
Correct result: 0.134836...
With your code, the result is calculated as: 0.1-20020
These two, with 6 decimal places reserved...
Using other codes, the result is the same... I don't know if these two numbers are special or there is a bug in the algorithm?
I tested your code with the following numbers and got an error
Dividend: 94677408
Divisor: 704465856
The correct result is 0.134396...
But with your code, the result is calculated as: 0.1-201-20
Another set of numbers
Dividend: 94987952
Divisor: 704465856
Correct result: 0.134836...
With your code, the result is calculated as: 0.1-20020
These two, with 6 decimal places reserved...
Using other codes, the result is the same... I don't know if these two numbers are special or there is a bug in the algorithm?

DigestI