4.3.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

Instances of class RealField_mpf have the following methods (in addition to inherited methods and special methods):

These methods are defined as follows: Instances of class RealField_mpf also have the following special methods:

__call__( x, [prec=0])

__cmp__( other)

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