#4149: [with patch, needs review] make every field a fraction field
-------------------------------------------+--------------------------------
 Reporter:  jhpalmieri                     |        Owner:  tbd       
     Type:  defect                         |       Status:  new       
 Priority:  minor                          |    Milestone:  sage-3.1.3
Component:  algebra                        |   Resolution:            
 Keywords:  fraction field, fractionfield  |  
-------------------------------------------+--------------------------------
Comment (by robertwb):

 There is currently a distinction between the is_Xxx methods and the is_Xxx
 functions. For example, the is_Xxx functions determine if the given object
 is a subclass of the right thing. The is_Xxx method determines whether or
 not the object in question is (mathematically) of the given type. We
 should keep the latter, and it should raise a NotImplementedError if it
 cannot be decided.

 I just noticed is_Field has been changed to call is_Field on its argument.
 If we keep the top level functions (which some people may be more
 comfortable with), perhaps this is what we should do for all of them.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4149#comment:11>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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