Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion input/chapter01/chapter01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1878,7 +1878,7 @@
available bits to represent the sign, mantissa and exponent of
a decimal number. A decimal number is represented by
<computeroutput>sign &#xD7; significand &#xD7;
2^<superscript>exponent</superscript></computeroutput>.</para>
10^<superscript>exponent</superscript></computeroutput>.</para>
<para>The sign bit equates to either
<computeroutput>1</computeroutput> or
<computeroutput>-1</computeroutput>. Since we are working in
Expand Down