mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-27 21:22:44 -04:00
Change unsigned to signed :-/
This commit is contained in:
parent
0fc3eb4039
commit
91d585d63f
@ -859,7 +859,7 @@ When adding {\em signed} numbers, an overflow only occurs when the two
|
||||
addends are positive and sum is negative or the addends are both negative
|
||||
and the sum is positive.
|
||||
|
||||
When subtracting {\em unsigned}, an overflow only occurs when the
|
||||
When subtracting {\em signed} numbers, an overflow only occurs when the
|
||||
minuend is positive and the subtrahend is negative and difference is negative
|
||||
or when the minuend is negative and the subtrahend is positive and the
|
||||
difference is positive.%
|
||||
|
Loading…
x
Reference in New Issue
Block a user