The SAGE Manual
Previous:
4.4.1.2 RealField_decimal Objects
Up:
4.4.1 rings.real_field - The
Next:
4.4.2 rings.real_number - Real
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
The SAGE Manual
Previous:
4.4.1.2 RealField_decimal Objects
Up:
4.4.1 rings.real_field - The
Next:
4.4.2 rings.real_number - Real
Release 0.6.alpha2, documentation updated on August 27, 2005.
See
About this document...
for information on suggesting changes.