From 9c65ca79d26e33e1e43188425afdbd403018e9fc Mon Sep 17 00:00:00 2001 From: John Winans Date: Thu, 22 Apr 2021 08:53:32 -0500 Subject: [PATCH] Correct numeric range (Thanks @Cody Erpelding) --- book/binary/chapter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/binary/chapter.tex b/book/binary/chapter.tex index 6de18a1..63f0cca 100644 --- a/book/binary/chapter.tex +++ b/book/binary/chapter.tex @@ -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}