I have question on behavior of floor division. if i have,
-7/3 = -3 and remainder = 2 also -7/3 = -4 remainder = 5
it can have many results. When we make tally all are correct.Then what is the use of floor division is not stick to one solution as truncated division.
Where floor division can be applied any example.