Skip to content

Commit 5ba18ea

Browse files
Matthias Köppesoehms
andauthored
Update src/sage/libs/mpmath/ext_main.pyx
Co-authored-by: Sebastian Oehms <[email protected]>
1 parent d468207 commit 5ba18ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/libs/mpmath/ext_main.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2137,6 +2137,7 @@ cdef class mpf(mpf_base):
21372137

21382138
def __round__(self, *args):
21392139
return round(float(self), *args)
2140+
21402141
def __richcmp__(self, other, int op):
21412142
"""
21422143
Compares numbers ::

0 commit comments

Comments
 (0)