#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 think you should put
 {{{
 R.<x> = PolynomialRing(QQ)
 }}}
 or
 {{{
 x = polygen(QQ)
 }}}
 everywhere before
 {{{
 K.<foo> = NumberField(some_polynomial_in_x)
 }}}

 I imagine users copy-pasting the examples and finding they don't work
 because {{{x}}} is something else.

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