#10050: implement Nielsen Generalized Polylogarithm
-------------------------------+-----------------------------
       Reporter:  burcin       |        Owner:  burcin
           Type:  enhancement  |       Status:  new
       Priority:  major        |    Milestone:  sage-wishlist
      Component:  symbolics    |   Resolution:
       Keywords:               |    Merged in:
        Authors:               |    Reviewers:
Report Upstream:  N/A          |  Work issues:
         Branch:               |       Commit:
   Dependencies:               |     Stopgaps:
-------------------------------+-----------------------------
Changes (by rws):

 * milestone:  sage-duplicate/invalid/wontfix => sage-wishlist


Old description:

> Numeric evaluation methods for the `polylog` function 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.
>
> {{{
> sage: polylog(2,1.0)
> 1/6*pi^2
> sage: polylog(2,0.9)
> polylog(2, 0.900000000000000)
> }}}
>
> This is also [http://hg.pynac.org/pynac/issue/3/numerical-evaluation-of-
> polylogarithms pynac issue #3]

New description:

 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 https://github.com/pynac/pynac/issues/3

--

Comment:

 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.

--
Ticket URL: <http://trac.sagemath.org/ticket/10050#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to