In Java (Eclipse), 33.6f*100 gives 3359.9998. Even if 33.6*100 gives 3360. I don't succeed to reproduce this issue with other values (for example 32.6f*100 gives 3260).
Do you know what is it due to and how I can fix the issue? in my case 33.6f is given by the Math.abs function so I cannot just remove the "f".