mirror of
https://github.com/johnwinans/rvalp.git
synced 2025-09-30 22:52:59 -04:00
Correct numeric range (Thanks @Cody Erpelding)
This commit is contained in:
parent
fa0c14d767
commit
9c65ca79d2
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user