Changeset 1718:d191fe56abe3 for sage/rings/real_mpfr.pyx
- Timestamp:
- 10/29/06 16:10:02 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
sage/rings/real_mpfr.pyx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sage/rings/real_mpfr.pyx
r1694 r1718 53 53 54 54 cimport sage.structure.element 55 from sage.structure.element cimport RingElement 55 56 import sage.structure.element 56 57 … … 703 704 ######################## 704 705 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): 707 707 """ 708 708 Add two real numbers with the same parent.
Note: See TracChangeset
for help on using the changeset viewer.
