#13213: Comparisons in real number field
-------------------------------------------------+--------------------------
       Reporter:  vdelecroix                     |         Owner:  vdelecroix   
           Type:  enhancement                    |        Status:  needs_review 
       Priority:  major                          |     Milestone:  sage-5.2     
      Component:  number fields                  |    Resolution:               
       Keywords:  real number field, comparison  |   Work issues:               
Report Upstream:  N/A                            |     Reviewers:  Burcin Erocal
        Authors:  Vincent Delecroix              |     Merged in:               
   Dependencies:                                 |      Stopgaps:               
-------------------------------------------------+--------------------------

Comment (by vdelecroix):

 The code for comparison introduces a small bug as it ask to the parent
 whether the embedding is standard or not (via the boolean attribute
 _standard_embedding). But the latter was not defined for Cyclotomic field
 of order 3,4,6 (which are the ones which are quadratic). In that case, the
 attribute _standard_embedding is created at the initialization of the
 cyclotomic field.

 The new patch takes care of this.

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