sage: R = RealField_decimal(); S = RealField_mpf() sage: R(1) + S(1) 2.0 sage: R(2)*S(2) 4.0
These methods are defined as follows: Instances of class RealField_mpf also have the following special methods: