We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8bb241 commit 497126fCopy full SHA for 497126f
Modules/mathmodule.c
@@ -2494,7 +2494,7 @@ exactly equal) was verified for 1 billion random inputs with n=5. [7]
2494
3. Square root differential correction: https://arxiv.org/pdf/1904.09481.pdf
2495
4. Data dependency graph: https://bugs.python.org/file49439/hypot.png
2496
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
+6. Analysis of internal accuracy: https://bugs.python.org/file49484/best_frac.py
2498
7. Commutativity test: https://bugs.python.org/file49448/test_hypot_commutativity.py
2499
2500
*/
0 commit comments