]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update link to supporting references (GH-22488)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 2 Oct 2020 02:30:54 +0000 (19:30 -0700)
committerGitHub <noreply@github.com>
Fri, 2 Oct 2020 02:30:54 +0000 (19:30 -0700)
Modules/mathmodule.c

index 5cd31b7dd4acfbb267a30e2a6b964d42350de38b..45b03028753a3fe1d8019fc293eeae5ececb3c63 100644 (file)
@@ -2494,7 +2494,7 @@ References:
 3. Square root differential correction:  https://arxiv.org/pdf/1904.09481.pdf
 4. Data dependency graph:  https://bugs.python.org/file49439/hypot.png
 5. https://www.wolframalpha.com/input/?i=Maclaurin+series+sqrt%28h**2+%2B+x%29+at+x%3D0
-6. Analysis of internal accuracy:  https://bugs.python.org/file49435/best_frac.py
+6. Analysis of internal accuracy:  https://bugs.python.org/file49484/best_frac.py
 7. Commutativity test:  https://bugs.python.org/file49448/test_hypot_commutativity.py
 
 */