If this were division with real numbers, 1//0.01
would be exactly 100. Since they are floating-point approximations, though, 0.01
is slightly larger than 1/100, meaning the quotient is slightly smaller than 100. It’s this 99.something value that is then floored to 99.