I would like to know how I could ignore rounding in divisions, for example:
4/3 = 1.33 ... ~ 1 | 5/3 = 1.66 ... ~ 2
Right?
I wanted to make a program in C, that in these cases, rounding is not done, because the idea is to increment...
asked by
20.07.2015 / 15:42