|
|
|
|
|
by kazinator
3701 days ago
|
|
> And if the behavior of overflow is to trap, then it should trap regardless of the order you add the numbers in. How come? Suppose A + B doesn't trap, and if T0 = A + B, then T0 + C doesn't trap. Why should (A + B) + C trap? |
|