Skip to content

Commit

Permalink
bpo-45916: Use HTTPS link for The Perils of Floating Point (pythonGH-…
Browse files Browse the repository at this point in the history
  • Loading branch information
zware committed Dec 2, 2021
1 parent a31173c commit 9f2f7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/floatingpoint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ with inexact values become comparable to one another::

Binary floating-point arithmetic holds many surprises like this. The problem
with "0.1" is explained in precise detail below, in the "Representation Error"
section. See `The Perils of Floating Point <http://www.lahey.com/float.htm>`_
section. See `The Perils of Floating Point <https://www.lahey.com/float.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
Expand Down

0 comments on commit 9f2f7e4

Please sign in to comment.