mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
[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 c27b09c813
)
Co-authored-by: Marco Aurélio A. Barbosa <aureliobarbosa@gmail.com>
This commit is contained in:
parent
12083c0299
commit
b3b2706cad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue