#783: [with patch, positive review] dilog is lame
------------------------------+---------------------------------------------
Reporter: was | Owner: somebody
Type: defect | Status: new
Priority: minor | Milestone: sage-4.3.3
Component: basic arithmetic | Resolution:
Keywords: | Author:
Upstream: N/A | Reviewer:
Merged: | Work_issues:
------------------------------+---------------------------------------------
Changes (by zimmerma):
* status: closed => new
* upstream: => N/A
* resolution: fixed =>
* milestone: sage-3.0.1 => sage-4.3.3
Comment:
I'd like to reopen this ticket, since the fix only corrected integer input
(here with Sage 4.3.1):
{{{
sage: dilog(-1.1)
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (2251, 0))
---------------------------------------------------------------------------
NotImplementedError Traceback (most recent call last
}}}
Pari knows how to compute this:
{{{
sage: gp.dilog(-1.1)
-0.89083809026228267332015894927022713036
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/783#comment:6>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.