-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Inaccuracy in symbolic series result on 32bit Linux #25688
Comments
Branch: public/25688 |
Commit: |
comment:2
This bug is fixed by the pynac patch in #31585. (So the inaccuracy in the sum is due to an arithmetic overflow.) There is only new commit in the branch here. It just deletes the "known bug" tag from the doctest in src/sage/functions/hypergeometric.py that is in the description of this ticket. New commits:
|
Changed keywords from none to pynac, 32-bit, overflow |
Dependencies: #31585 |
Author: Dave Morris |
Changed branch from public/25688 to public/25688r1 |
comment:5
Please rebase. |
Changed branch from public/25688r1 to public/25688r2 |
Changed dependencies from #31585 to none |
comment:10
Stalled in |
Reviewer: Matthias Koeppe |
comment:12
Thanks! |
Changed branch from public/25688r2 to |
From #24838 comment:64
On 32-bit:
Pynac is not involved in the numerics (
hypergeometric_U
is not aGinacFunction
), so the hypothesis is that the expression before.n()
is different with 32bit Linux pynac-0.7.22.CC: @slel @sagetrac-tmonteil
Component: symbolics
Keywords: pynac, 32-bit, overflow
Author: Dave Morris
Branch/Commit:
689e08f
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/25688
The text was updated successfully, but these errors were encountered: