Ignore:
Timestamp:
10/29/06 16:10:02 (7 years ago)
Author:
dmharvey@…
Branch:
default
Message:

Arithmetic architecture stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sage/rings/real_mpfr.pyx

    r1694 r1718  
    5353 
    5454cimport sage.structure.element 
     55from sage.structure.element cimport RingElement 
    5556import  sage.structure.element 
    5657 
     
    703704    ######################## 
    704705 
    705     cdef sage.structure.element.RingElement _add_sibling_cdef(self, 
    706                                     sage.structure.element.RingElement other): 
     706    cdef RingElement _add_c_impl(self, RingElement other): 
    707707        """ 
    708708        Add two real numbers with the same parent. 
Note: See TracChangeset for help on using the changeset viewer.