First time here? Check out the FAQ!
answered 12 years ago
You can use the pyobject method:
pyobject
sage: b = RealField(200)(5) sage: bb = (b^x).operands()[0] sage: bb.pyobject(), type(bb.pyobject()) (5.0000000000000000000000000000000000000000000000000000000000, <type 'sage.rings.real_mpfr.RealNumber'>)