Hacker News new | ask | show | jobs
by mmcnickle 838 days ago
The same reason int(-1.999) is -1; The operation is different to integer division. I think of it as taking the "integer" part of the float.
1 comments

As the article mentions, this is called truncation. It truncates (cuts off) the value at the decimal point.