Comment by uecker
2 months ago
It is wrong that signed types in C implement modular arithmetic. They have undefined behavior on overflow.
2 months ago
It is wrong that signed types in C implement modular arithmetic. They have undefined behavior on overflow.
I see. That is fair, thank you for pointing this out to me.