#17328: incomplete gamma in integral is wrong
----------------------------+------------------------
       Reporter:  kcrisman  |        Owner:
           Type:  defect    |       Status:  new
       Priority:  critical  |    Milestone:  sage-6.4
      Component:  calculus  |   Resolution:
       Keywords:            |    Merged in:
        Authors:            |    Reviewers:
Report Upstream:  N/A       |  Work issues:
         Branch:            |       Commit:
   Dependencies:            |     Stopgaps:
----------------------------+------------------------

Comment (by pbruin):

 Replying to [comment:4 kcrisman]:
 > Interesting and confirmed.  Of course, possibly due to something
 completely different, we now have
 > {{{
 > sage: plot(lambda t: gamma(-1, -log(t)),2,3,color='red')
 > AttributeError: type object 'float' has no attribute 'precision'
 > }}}
 > as opposed to a wacky plot, no plot.
 That is because of a patch I made at #7099; it assumed that the parent had
 a `precision()` method (previously the precision was ignored when
 converting the arguments into a `ComplexField`).  I will fix this as soon
 as I have time.

 We should also add a doctest for the original bug.

--
Ticket URL: <http://trac.sagemath.org/ticket/17328#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