sage: R = RealField_decimal(); S = RealField_mpf() sage: R(1) + S(1) 2.0 sage: R(2)*S(2) 4.0
Instances of class RealField_mpf also have the following special functions:
__call__, __cmp__