Skip to content

Commit

Permalink
Improve wording in 'subtracting unsigned numbers'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwinans committed Apr 23, 2024
1 parent 40827ea commit 8a08bae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/binary/chapter.tex
Original file line number Diff line number Diff line change
Expand Up @@ -822,8 +822,8 @@ \subsubsection{Unsigned Overflow}

When subtracting {\em unsigned} numbers, an overflow only occurs when the
subtrahend is greater than the minuend (because in those cases the
different would have to be negative and there are no negative values
that can be represented with an unsigned binary number.)
difference would be negative but no negative values
can be represented with an unsigned binary number.)

\autoref{sum:3-4} illustrates an unsigned overflow during subtraction:

Expand Down

0 comments on commit 8a08bae

Please sign in to comment.