Skip to content

Commit

Permalink
Correct typography in correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Mabi19 committed Nov 8, 2024
1 parent 2119990 commit 744a7fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ <h2>Handling math with varying precision</h2>
The obvious solution to that is rounding: after each mathematical operation, if the result does not have a bit pattern in our system,
it snaps to the closest available value.
(The default rounding mode is supposed to be <a href="https://en.wikipedia.org/wiki/Rounding#Rounding_half_to_even">rounding half to even</a>,
as it minimizes error accumulation - but most CPUs use round-to-nearest by default anyway.)
as it minimizes error accumulation &mdash; but most CPUs use round&hyphen;to&hyphen;nearest by default anyway.)
</p>
<p>
Notice that now, each bit pattern actually represents a range of values &mdash;
Expand Down

0 comments on commit 744a7fe

Please sign in to comment.