#18189: real_roots.cl_maximum_root_first_lambda: Inconsistent return types
---------------------------+----------------------------
   Reporter:  mmezzarobba  |            Owner:
       Type:  defect       |           Status:  new
   Priority:  minor        |        Milestone:  sage-6.6
  Component:  algebra      |         Keywords:
  Merged in:               |          Authors:
  Reviewers:               |  Report Upstream:  N/A
Work issues:               |           Branch:
     Commit:               |     Dependencies:
   Stopgaps:               |
---------------------------+----------------------------
 {{{
 sage: import sage.rings.polynomial.real_roots as rr
 sage: rr.cl_maximum_root_first_lambda([RIF(-1), RIF(0), RIF(1)]).parent()
 Real Field with 53 bits of precision and rounding RNDU
 sage: type(rr.cl_maximum_root_first_lambda(map(RIF, [0, 0, 0, 14, 1])))
 <type 'int'>
 }}}

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