summaryrefslogtreecommitdiffstats
path: root/Modules/mathmodule.c
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2020-10-02 02:30:54 (GMT)
committerGitHub <noreply@github.com>2020-10-02 02:30:54 (GMT)
commit497126f7ea955ee005e78f2cdd61f175d4fcdbb2 (patch)
treeb6fcdf14ab9e9f3e8a0f15bca85c2c70fa9d13b6 /Modules/mathmodule.c
parentc8bb24166e367d449158015cb9b1093f03c7175d (diff)
downloadcpython-497126f7ea955ee005e78f2cdd61f175d4fcdbb2.zip
cpython-497126f7ea955ee005e78f2cdd61f175d4fcdbb2.tar.gz
cpython-497126f7ea955ee005e78f2cdd61f175d4fcdbb2.tar.bz2
Update link to supporting references (GH-22488)
Diffstat (limited to 'Modules/mathmodule.c')
-rw-r--r--Modules/mathmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c
index 5cd31b7..45b0302 100644
--- a/Modules/mathmodule.c
+++ b/Modules/mathmodule.c
@@ -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
*/