11-05-2022, 07:00 PM
Pete
you have it wrong, int will round-down, fix simply truncates whether positive or negative, it's the same
int(-1234567.8) -> -1234568 , -1234568 < -1234567
you have it wrong, int will round-down, fix simply truncates whether positive or negative, it's the same
int(-1234567.8) -> -1234568 , -1234568 < -1234567