On Wed, 23 Jun 2010 18:29:02 -0700 (PDT), Kwankyu Lee <ekwan...@gmail.com> wrote: > I also want to mention that N reminds me of the Mathematica N() > command to get a numerical value.
Not just Mathematica. In Sage: sage: N? Base Class: <type 'function'> String Form: <function numerical_approx at 0x1bd7230> Namespace: Interactive File: /home/ghitza/sage-devel/local/lib/python2.6/site-packages/sage/misc/functional.py Definition: N(x, prec=None, digits=None) Docstring: Returns a numerical approximation of x with at least prec bits of precision. Note: Both upper case N and lower case n are aliases for ``numerical_approx()``. (...and so on and so forth) Best, Alex -- Alex Ghitza -- http://aghitza.org/ Lecturer in Mathematics -- The University of Melbourne -- Australia -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org