8000 GH-100425: Improve accuracy of builtin sum() for float inputs by rhettinger · Pull Request #100426 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-100425: Improve accuracy of builtin sum() for float inputs #100426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Dec 23, 2022
Merged
Prev Previous commit
Next Next commit
Add blurb
  • Loading branch information
rhettinger committed Dec 22, 2022
commit 839cc05a2927256dee8fb1f4d4c92a421d150bfb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve the accuracy of ``sum()`` with compensated summation.
0