|
|
|
|
|
by flohofwoe
1584 days ago
|
|
Modulo wraparound is just as much a feature in some situations as it is a bug in others. And signed vs unsigned are just different views on the same bag of bits (assuming two's complement numbers), most operations on two's complement numbers are 'sign agnostic' - I guess from a hardware designer's pov, that's the whole point :) The question is rather: was it really a good idea to bake 'signedness' into the type system? ;) |
|