On Sat, 03 Feb 2007 01:46:50 -0800, Gregory Vanuxem <[EMAIL PROTECTED]> wrote:
>
> 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
That's a genuine bug, since x^maxima(3/4) is not 2. It's now trac #239:
http://sage.math.washington.edu:9002/sage_trac/ticket/239
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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/
-~----------~----~----~----~------~----~------~--~---