4.4.1.3 RealField_mpf Objects

class RealField_mpf
Representation of the real field using the GMP MPFR type.
RealField_mpf( )

sage: R = RealField_decimal(); S = RealField_mpf()
sage: R(1) + S(1)
2.0
sage: R(2)*S(2)
4.0

See About this document... for information on suggesting changes.