Correct numeric range (Thanks @Cody Erpelding)

This commit is contained in:
John Winans 2021-04-22 08:53:32 -05:00
parent fa0c14d767
commit 9c65ca79d2

View File

@ -225,7 +225,7 @@ nine (because there is no digit representing a ten) and, in base-2, we must
carry when adding one to one (because there is no digit representing a two.)
\autoref{Figure:integers} shows an abridged table of the decimal, binary and
hexadecimal values ranging from $0_{10}$ to $129_{10}$.
hexadecimal values ranging from $0_{10}$ to $128_{10}$.
\begin{figure}[t]
\begin{center}