Problem with acos



On Sun, 2011-05-15 at 10:35 -0700, Thomas D. Dean wrote:
> integrate(acos(cos(t)),t,0,%pi/2);

I downloaded the source and rebuild/install.
The problem still exists in 5.24.0.  Or, is this a clisp problem?

>maxima
Maxima 5.24.0 http://maxima.sourceforge.net
using Lisp CLISP 2.44.1 (2008-02-23)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
The function bug_report() provides bug reporting information.
(%i1) integrate(acos(cos(t)),t,0,%pi/2);
                                          2
                                     3 %pi
(%o1)                              - ------
                                       8
(%i2) 

tomdean