#9359: Get number field coverage up to 100%
------------------------------+---------------------------------------------
   Reporter:  davidloeffler   |       Owner:  davidloeffler
       Type:  enhancement     |      Status:  needs_review 
   Priority:  major           |   Milestone:  sage-4.6     
  Component:  number fields   |    Keywords:  doctest      
     Author:  David Loeffler  |    Upstream:  N/A          
   Reviewer:                  |      Merged:               
Work_issues:                  |  
------------------------------+---------------------------------------------

Comment(by jdemeyer):

 I personally prefer to leave
 {{{
 sage: I.ideal_below()
 Fractional ideal (b)   # 32-bit
 Fractional ideal (-b)  # 64-bit
 }}}
 as it is, instead of
 {{{
 sage: I.ideal_below() == F.ideal(b)
 True
 }}}

 As an example, the first is more clear. But as I said, this is just a
 personal preference.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9359#comment:12>
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.

Reply via email to