> This appears to be triggered by keepfloat:true which > I think Sage does, right? With keepfloat:false the error > is avoided, if I'm not mistaken.
Indeed, it works fine with keepfloat:false in maxima. > Please file a report in the Maxima bug > tracker,http://sourceforge.net/projects/maxima/bugs > or thereabouts. Done. Strangely, ( 2.0*sin(x)^3 - 1.0*sin(x)).taylor(x, 0, 3) works in maxima, but not in sage. It seems that sage removes the 1.0 before sending the data to maxima. -- 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 URL: http://www.sagemath.org To unsubscribe from this group, send email to sage-support+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
