mirror of https://github.com/python/cpython
bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)
This commit is contained in:
parent
a31173c5ce
commit
9f2f7e4226
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue