]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499)
authorMarco Aurélio A. Barbosa <aureliobarbosa@gmail.com>
Sun, 3 Dec 2023 15:14:14 +0000 (12:14 -0300)
committerGitHub <noreply@github.com>
Sun, 3 Dec 2023 15:14:14 +0000 (17:14 +0200)
Use author link to 'The Perils of Floating Point'.

Doc/tutorial/floatingpoint.rst

index 30f3dfb6b238b4a571dbf69f66e9e045a00560a9..0795e2fef98830b19e4d2edde8ea2f205a101238 100644 (file)
@@ -150,7 +150,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