new defint.lisp bug - was: new defint.lisp and radexpand:false?



On Wed, 2012-01-11 at 10:47 -0800, Richard Fateman wrote:
> integrate(exp(x^5),x,1,2);
Maple returns

-1/5*(-1)^(4/5)*(
    (x*(-1)^(1/5)*Pi*csc(Pi/5))/(gamma(4/5)*(-x^5)^(1/5))
  - (x*(-1)^(1/5)*gamma(1/5,-x^5))/((-x^5)^(1/5))
);

gamma(m,n) is the incomplete gamma function

Tom Dean