Thanks again to everyone who tried to assist me. I was able to use the
incomplete gamma function already in sage to compute Li(x) for complex
inputs. For the speed that I need this works fine. However, this
should be impetus for me to try and learn Cython.

On Jun 10, 8:04 pm, "William Stein" <[EMAIL PROTECTED]> wrote:
> On Tue, Jun 10, 2008 at 3:49 PM, Robert Bradshaw
>
> <[EMAIL PROTECTED]> wrote:
>
> > Just for a start, try looking in sage/interfaces for several
> > examples. You could also try wrapping it in Cython (though this is
> > sometimes a bit harder with C++ than with C).
>
> I don't think there is any command line interface to Michael Rubinstein's
> Li(..) function.  If not, then sage/interfaces/* is irrelevant.   The only
> possible way to use that code is to write a C++ program or equivalently
> a Cython (Sage) program that directly calls it.  If the original poster
> doesn't know C++ or Cython, he'll have to learn Cython/C++ or wait until
> somebody implements this for him (or use a different program).
>
> I would do this now but I'm too busy.
>
>  -- William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to