taylor(x^3*(cos(x)*abs(sin(x))/sin(x)-2*cos(x)*sin(x)/abs(sin(x)))/6,x,0,1) causes a stack overflow. Dunno if this has anything to do with the presence of abs in the expression.
taylor(x^3*(cos(x)*abs(sin(x))/sin(x)-2*cos(x)*sin(x)/abs(sin(x)))/6,x,0,1)
abs
Found this one while investigating #2859.
Forgot to mention: Maxima 5.35.1 + Clisp + Linux.
Log in to post a comment.
Forgot to mention: Maxima 5.35.1 + Clisp + Linux.