#10271: Make big_oh notation work for any element that has degree() and 
add_bigoh()
properties
-----------------------------------+----------------------------------------
   Reporter:  tkluck               |          Owner:  malb      
       Type:  enhancement          |         Status:  needs_work
   Priority:  trivial              |      Milestone:  sage-4.7.2
  Component:  commutative algebra  |       Keywords:            
Work_issues:  add doctest          |       Upstream:  N/A       
   Reviewer:  Mariah Lenox         |         Author:  Timo Kluck
     Merged:                       |   Dependencies:            
-----------------------------------+----------------------------------------

Comment(by was):

 The following behavior is bad.  In both cases, I think one should get an
 error.
 {{{
 sage: R.<x> = QQ[[]]
 sage: O(1+x^10)
 O(x^10)
 sage: f = x*(1/x + x^9); type(f)
 <type 'sage.rings.laurent_series_ring_element.LaurentSeries'>
 sage: O(f)
 O(x^0)
 }}}

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