bpo-45916: Use HTTPS link for The Perils of Floating Point (GH-29896)

This commit is contained in:
Zachary Ware 2021-12-02 14:24:25 -06:00 committed by GitHub
parent a31173c5ce
commit 9f2f7e4226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ with inexact values become comparable to one another::
Binary floating-point arithmetic holds many surprises like this. The problem Binary floating-point arithmetic holds many surprises like this. The problem
with "0.1" is explained in precise detail below, in the "Representation Error" 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. 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 As that says near the end, "there are no easy answers." Still, don't be unduly