-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Bug in Maxima interface wrt polylog #21907
Comments
comment:1
This seems to be invalid. Of course, one could ask for a better error message. |
comment:2
I don't understand. The documentation seems to clearly state that non-integral values are allowed:
And non-integral values are accepted in my testing:
PS I think the documentation should tell us which parameter is |
comment:3
This seems to work fine in 9.3.beta6, for some reason. |
comment:4
Here is a branch adding a doctest, and cleaning the file "en passant". New commits:
|
Branch: u/chapoton/21907 |
Commit: |
Author: Frédéric Chapoton |
comment:5
green bot, please review |
comment:6
Please clarify the definition of - This definition is valid for arbitrary complex order `s` and for
- all complex arguments `z` with `|z| < 1`; it can be extended to
- `|z| \ge 1` by the process of analytic continuation. So the
- function may have a discontinuity at `z=1` which can cause a
- `NaN` value returned for floating point arguments.
+ This definition is valid for arbitrary complex numbers `s` and `z`
+ with `|z| < 1`. It can be extended to `|z| \ge 1` by the process of
+ analytic continuation, with a branch cut along the positive real axis
+ from `1` to `+\infty`. A `NaN` value may be returned for floating
+ point arguments that are on the branch cut. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
ok, done |
Reviewer: Dave Morris |
comment:9
Thanks! You can set to positive review on my behalf when there is a green patchbot again. |
Changed branch from u/chapoton/21907 to |
Component: symbolics
Author: Frédéric Chapoton
Branch/Commit:
8f4f726
Reviewer: Dave Morris
Issue created by migration from https://trac.sagemath.org/ticket/21907
The text was updated successfully, but these errors were encountered: