in reply to Re^8: Can I access and use UV types from perl?
in thread Can I access and use UV types from perl?
The big advantage of two's complement as a way of representing negative numbers is that they can be added and subtracted exactly the same way as unsigned numbers, the only differences being when the overflow flag on the ALU should be set.
But we now seem to be a long way off from anything that has to do with perl.
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: Can I access and use UV types from perl?
by Don Coyote (Hermit) on Nov 18, 2019 at 20:55 UTC |