-
-
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
Add non-offset logarithmic integral, Li #7357
Comments
comment:1
Attachment: li(x).patch.gz |
comment:3
Attachment: non-offset-log-int.patch.gz This patch adds these tests. It still depends on the (newest) patch at #3401, and in fact gets rid of one final thing which was only needed by the previous implementation of Li. |
Author: Michael Yurko |
Reviewer: Karl-Dieter Crisman |
comment:5
This needs more work. See my comments about the prec parameter at #3401 comment:10. Two different functions whose names differ only in capitalization ( |
comment:7
This seems to be addressed in the context of a much bigger overhaul by #11143. But there the name is... more complicated. |
comment:8
Yes, this would duplicate work done in #11143. The function added there is a fully symbolic function with numerical evaluation handled by mpmath. I think that is superior to the one defined here which is just a wrapper for the mpmath call. The function added in #11143 is really a class called |
comment:9
So this can be closed as duplicate, correct? Except I really would love it to be called |
comment:10
This is definitely and definitively duplicated by the much more comprehensive #11143. |
Changed author from Michael Yurko to none |
Add the logarithmic integral, Li, with integration starting at 0 rather than 2.
CC: @sagetrac-myurko @benjaminfjones
Component: calculus
Reviewer: Karl-Dieter Crisman
Issue created by migration from https://trac.sagemath.org/ticket/7357
The text was updated successfully, but these errors were encountered: