Hacker News new | ask | show | jobs
by tlb 2877 days ago
It's talking about integer arithmetic, so it's already not true that (x / y) * y == x. For example, (5 / 2) * 2 == 4.