]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499) (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 Dec 2023 15:20:51 +0000 (16:20 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Dec 2023 15:20:51 +0000 (15:20 +0000)
Use author link to 'The Perils of Floating Point'.
(cherry picked from commit c27b09c81368bc3b756e94a79a39307ce44a4a2c)

Co-authored-by: Marco Aurélio A. Barbosa <aureliobarbosa@gmail.com>
Doc/tutorial/floatingpoint.rst

index 40c38be2fcd1a3d6fd74f6ad5a806925ce2be3a6..cffd64eb6a3fd3b3502377bbfdc2790ec1d8b7f9 100644 (file)
@@ -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