Le samedi 03 février 2007 à 00:31 -0800, Timothy Clemans a écrit :
> Can someone please add support for evaluating say 2^(3/4) or 7^(5/3).
> 
> > 
> 

About this I just found this bug:

sage: x=maxima('x')

sage: x^(3/4)
 x^3/4

sage: x=maxima('2')

sage: x^150
 1427247692705959881058285969449495136382746624

sage: x^(3/4)
 2

sage: maxima(3/4)
 3/4

Greg



--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to