exponentialize and demoivre



Dear All,

Using Maxima 5.25.1 under CLISP 2.48, I have the following exchange:

(%i1) exponentialize : false ;
(%o1)                                false
(%i2) demoivre : true ;
(%o2)                                true
(%i3) integrate((sinh(x))^2,x,0,X) ;
demoivre: 'demoivre' and 'exponentialize' cannot both be true.
  -- an error. To debug this try: debugmode(true);

I had hoped and expected to get the answer tanh(X), rather than an
error message.  Any ideas, please?

-- 

Thanks,

Dan