Skip to content

Commit 497126f

Browse files
authored
Update link to supporting references (pythonGH-22488)
1 parent c8bb241 commit 497126f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/mathmodule.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@ exactly equal) was verified for 1 billion random inputs with n=5. [7]
24942494
3. Square root differential correction: https://arxiv.org/pdf/1904.09481.pdf
24952495
4. Data dependency graph: https://bugs.python.org/file49439/hypot.png
24962496
5. https://www.wolframalpha.com/input/?i=Maclaurin+series+sqrt%28h**2+%2B+x%29+at+x%3D0
2497-
6. Analysis of internal accuracy: https://bugs.python.org/file49435/best_frac.py
2497+
6. Analysis of internal accuracy: https://bugs.python.org/file49484/best_frac.py
24982498
7. Commutativity test: https://bugs.python.org/file49448/test_hypot_commutativity.py
24992499
25002500
*/

0 commit comments

Comments
 (0)