-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
implement Nielsen Generalized Polylogarithm #10050
Comments
comment:1
note that there are issues with the current polylog function:
The first command should not evaluate symbolically, since the input 1.0 is a floating-point. Should I open a separate ticket? Paul |
comment:2
Replying to @zimmermann6:
I was thinking of the other polylog like functions from ginac/inifcns_nstdsums.cpp when I created this ticket. It seems even the symbolic evaluation code for these is commented out, so this would require quite a bit more work than I thought. I am removing the beginner keyword and changing this ticket to only mention numeric evaluation of polylogs. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:4
At the moment Pynac calls Proposed to be invalid. If you agree I would reword this ticket to fix the mentioned bugs only. |
comment:5
Ah okay, what was meant in this ticket's description is GiNaC's implementation of the Nielsen Generalized Polylogarithm which is not in mpmath. I have changed the description accordingly. |
This comment has been minimized.
This comment has been minimized.
comment:6
Replying to @zimmermann6:
Better late than never. This is now #18386. |
Numeric evaluation methods for the Nielsen Generalized Polylogarithm are commented out in the pynac source since it tries to call the
CLN
library directly. The calls to CLN should be replaced with their MPFR, etc. equivalents and the function made available symbolically in Sage. The Pynac part is pynac/pynac#3Component: symbolics
Issue created by migration from https://trac.sagemath.org/ticket/10050
The text was updated successfully, but these errors were encountered: