Integer division (again)

This is performing floating point division when using / so you are limited by floating point precision. // would get you an integer value that matches what you expect.