|
|
|
|
|
by justinpombrio
1638 days ago
|
|
> C unsigned integers are completely well behaved: they do arithmetic modulo 2^n Sadly, one rarely finds an excuse to work in the field Z_(2^32) or Z_(2^64), so while that behavior is well-defined, it's rarely correct for whatever your purpose is. |
|