diff options
author | Marco Aurélio A. Barbosa <aureliobarbosa@gmail.com> | 2023-12-03 15:14:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-03 15:14:14 (GMT) |
commit | c27b09c81368bc3b756e94a79a39307ce44a4a2c (patch) | |
tree | 358f6ac509cac3ecd52ce1e785c57889f274c816 /Doc | |
parent | 97857ac0580057c3a4f75d34209841c81ee11a96 (diff) | |
download | cpython-c27b09c81368bc3b756e94a79a39307ce44a4a2c.zip cpython-c27b09c81368bc3b756e94a79a39307ce44a4a2c.tar.gz cpython-c27b09c81368bc3b756e94a79a39307ce44a4a2c.tar.bz2 |
Fix link to 'The Perils of Floating Point', on the tutorial (GH-112499)
Use author link to 'The Perils of Floating Point'.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tutorial/floatingpoint.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tutorial/floatingpoint.rst b/Doc/tutorial/floatingpoint.rst index 30f3dfb..0795e2f 100644 --- a/Doc/tutorial/floatingpoint.rst +++ b/Doc/tutorial/floatingpoint.rst @@ -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 |