-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
Corrections to infinities returned by mpmath #19439
Comments
comment:1
Polylog uses zeta here, so it's mainly because of |
This comment has been minimized.
This comment has been minimized.
comment:2
The problematic output is rather for the last lines, ie symbolic input, which should produce symbolic output. It does, by wrapping FP infinity into SR. It would be better if that would rather produce the infinity from the ring. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
New commits:
|
Author: Ralf Stephan |
Dependencies: pynac-0.7.6 |
Commit: |
Changed dependencies from pynac-0.7.6 to #22838 |
Reviewer: Travis Scrimshaw |
comment:12
LGTM. |
Changed branch from u/rws/corrections_to_infinities_returned_by_mpmath to |
It seems in some cases the infinities returned from mpmath need to be changed by the function's
evalf()
in order to be correct:Before:
The ticket should result in:
Ideally, fix other such cases too in this ticket.
Depends on #22838
CC: @paulmasson
Component: symbolics
Author: Ralf Stephan
Branch/Commit:
5d2d860
Reviewer: Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/19439
The text was updated successfully, but these errors were encountered: