Here's how I got it.  Ctrl-c after a couple seconds on the first one,
and then try the next.
----------------------------------------------------------------------
| SAGE Version 3.0.6, Release Date: 2008-07-30                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------

sage: pi.n(9999999)
^C---------------------------------------------------------------------------
KeyboardInterrupt                         Traceback (most recent call
last)

/<ipython console> in <module>()

/element.pyx in sage.structure.element.Element.n (sage/structure/
element.c:3240)()

/sage-3.0.6/local/lib/python2.5/site-packages/sage/misc/functional.py
in numerical_approx(x, prec, digits)
    714     except AttributeError:
    715         try:
--> 716             return sage.rings.real_mpfr.RealField_constructor
(prec)(x)
    717         except TypeError:
    718             return sage.rings.complex_field.ComplexField(prec)
(x)

/real_mpfr.pyx in sage.rings.real_mpfr.RealField.__call__ (sage/rings/
real_mpfr.c:3408)()

/sage-3.0.6/local/lib/python2.5/site-packages/sage/functions/
constants.py in _mpfr_(self, R)
    718             3.1415926535897932384626433833
    719         """
--> 720         return R.pi()
    721
    722     def _real_double_(self, R):

KeyboardInterrupt:
sage: pi.n(999)
3.14159265358979323851280895940618620443274267017841339111328125000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000000000000000000000000000000000000000
000000000000000000000000000000000000000000000000

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to