Skip to content

Commit

Permalink
Fix link to 'The Perils of Floating Point', on the tutorial (pythonGH…
Browse files Browse the repository at this point in the history
…-112499)

Use author link to 'The Perils of Floating Point'.
(cherry picked from commit c27b09c)

Co-authored-by: Marco Aurélio A. Barbosa <aureliobarbosa@gmail.com>
  • Loading branch information
aureliobarbosa authored and miss-islington committed Dec 3, 2023
1 parent 999ff4f commit cfd6162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/floatingpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ section. See `Examples of Floating Point Problems
<https://jvns.ca/blog/2023/01/13/examples-of-floating-point-problems/>`_ for
a pleasant summary of how binary floating-point works and the kinds of
problems commonly encountered in practice. Also see
`The Perils of Floating Point <https://www.lahey.com/float.htm>`_
`The Perils of Floating Point <http://www.indowsway.com/floatingpoint.htm>`_
for a more complete account of other common surprises.

As that says near the end, "there are no easy answers." Still, don't be unduly
Expand Down

0 comments on commit cfd6162

Please sign in to comment.