Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3b2706

Browse files
[3.12] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) (GH-112664)
Use author link to 'The Perils of Floating Point'. (cherry picked from commit c27b09c) Co-authored-by: Marco Aurélio A. Barbosa <[email protected]>
1 parent 12083c0 commit b3b2706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/floatingpoint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ section. See `Examples of Floating Point Problems
150150
<https://jvns.ca/blog/2023/01/13/examples-of-floating-point-problems/>`_ for
151151
a pleasant summary of how binary floating-point works and the kinds of
152152
problems commonly encountered in practice. Also see
153-
`The Perils of Floating Point <https://www.lahey.com/float.htm>`_
153+
`The Perils of Floating Point <http://www.indowsway.com/floatingpoint.htm>`_
154154
for a more complete account of other common surprises.
155155

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

0 commit comments

Comments
 (0)