Modified:
/trunk/mpmath/ctx_mp_python.py
=======================================
--- /trunk/mpmath/ctx_mp_python.py Thu Feb 3 05:08:12 2011
+++ /trunk/mpmath/ctx_mp_python.py Fri Sep 16 10:09:09 2011
@@ -351,7 +351,7 @@
return self.func(prec, rounding)
def __repr__(self):
- return "<%s: %s~>" % (self.name, self.context.nstr(self))
+ return "<%s: %s~>" % (self.name, self.context.nstr(self(dps=15)))
class _mpc(mpnumeric):