@@ -150,9 +150,6 @@ from sage.structure.element cimport have_same_parent
150150from sage.structure.richcmp cimport rich_to_bool_sgn
151151cdef bin_op
152152from sage.structure.element import bin_op
153-
154- from sage.libs.mpmath.utils cimport mpfr_to_mpfval
155-
156153from sage.rings.integer cimport Integer
157154from sage.rings.rational cimport Rational
158155from sage.rings.real_double cimport RealDoubleElement
@@ -2390,7 +2387,7 @@ cdef class RealNumber(sage.structure.element.RingElement):
23902387 r """
23912388 TESTS::
23922389
2393- sage: RR( 1) + RIF( 1) # needs sage. rings. real_interval_field
2390+ sage: RR( 1) + RIF( 1) # needs sage. rings. real_interval_field
23942391 doctest:... :
23952392 DeprecationWarning: automatic conversions from floating-point numbers to intervals are deprecated
23962393 See https://github. com/sagemath/sage/issues/15114 for details.
@@ -2414,7 +2411,7 @@ cdef class RealNumber(sage.structure.element.RingElement):
24142411 r """
24152412 TESTS::
24162413
2417- sage: RR( 2) - RIF( 1) # needs sage. rings. real_interval_field
2414+ sage: RR( 2) - RIF( 1) # needs sage. rings. real_interval_field
24182415 doctest:... :
24192416 DeprecationWarning: automatic conversions from floating-point numbers to intervals are deprecated
24202417 See https://github. com/sagemath/sage/issues/15114 for details.
@@ -2438,7 +2435,7 @@ cdef class RealNumber(sage.structure.element.RingElement):
24382435 r """
24392436 TESTS::
24402437
2441- sage: RR( 1) * RIF( 1) # needs sage. rings. real_interval_field
2438+ sage: RR( 1) * RIF( 1) # needs sage. rings. real_interval_field
24422439 doctest:... :
24432440 DeprecationWarning: automatic conversions from floating-point numbers to intervals are deprecated
24442441 See https://github. com/sagemath/sage/issues/15114 for details.
@@ -2462,7 +2459,7 @@ cdef class RealNumber(sage.structure.element.RingElement):
24622459 r """
24632460 TESTS::
24642461
2465- sage: RR( 1) / RIF( 1/2) # needs sage. rings. real_interval_field
2462+ sage: RR( 1) / RIF( 1/2) # needs sage. rings. real_interval_field
24662463 doctest:... :
24672464 DeprecationWarning: automatic conversions from floating-point numbers to intervals are deprecated
24682465 See https://github. com/sagemath/sage/issues/15114 for details.
@@ -3329,7 +3326,7 @@ cdef class RealNumber(sage.structure.element.RingElement):
33293326 3.1415926535897932384626433833
33303327 sage: axiom(R(pi)) # indirect doctest # optional - axiom
33313328 3.1415926535 8979323846 26433833
3332- sage: fricas(R(pi)) # optional - fricas
3329+ sage: fricas(R(pi)) # optional - fricas
33333330 ...
33343331 3.1415926535_8979323846_26433833
33353332 """
@@ -5712,7 +5709,7 @@ cdef class RealLiteral(RealNumber):
57125709
57135710 sage: RealField(200)(float(1.3))
57145711 1.3000000000000000444089209850062616169452667236328125000000
5715- sage: RealField(200)(1.3) # implicit doctest
5712+ sage: RealField(200)(1.3) # indirect doctest
57165713 1.3000000000000000000000000000000000000000000000000000000000
57175714 sage: 1.3 + 1.2
57185715 2.50000000000000
0 commit comments