#10050: numeric evaluation of polylog
-------------------------------+-----------------------------
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:
-------------------------------+-----------------------------
Description changed by rws:
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 [https://bitbucket.org/burcin/pynac/issue/3/ pynac issue #3]
New 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]
--
--
Ticket URL: <http://trac.sagemath.org/ticket/10050#comment:3>
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.