>
> On Sat, Dec 13, 2008 at 6:52 PM, Kwankyu <ekwan...@gmail.com> wrote:
> >
> > Hi,
> >
> > ----------------------------------------------------------------------
> > | Sage Version 3.2.1, Release Date: 2008-12-01                       |
> > | Type notebook() for the GUI, and license() for information.        |
> > ----------------------------------------------------------------------
> > sage: 2.2*exp(3)
> > 2.2*e^3
> > sage:
> >
> > This result is not expected. Is it? I think exp(3) should be converted
> > to an approximate real.
>
>
In case you're wondering how to achieve the result you're after:

sage: RR(2.2*exp(3))
44.1881812310129

Best,
Alex


-- 
Alex Ghitza -- Lecturer in Mathematics -- The University of Melbourne --
Australia -- http://www.ms.unimelb.edu.au/~aghitza/

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

Reply via email to