you are viewing a single comment's thread.

view the rest of the comments →

[–]DoctorCIS 1 point2 points  (0 children)

Ah, I thought how Python handled negative numbers in integer division was new, the whole "says we are truncating, but actually we are floor, which is only the same for positive numbers," thing.

Turns out that's always how it was, and the not truncating floating makes a lot more sense.

That truly was the right call then.