[Maxima-commits] Maxima, A Computer Algebra System branch master updated. branch-5_27-base-72-g5287650
Subject: [Maxima-commits] Maxima, A Computer Algebra System branch master updated. branch-5_27-base-72-g5287650
From: Raymond Toy
Date: Thu, 24 May 2012 20:51:46 -0700
On 5/24/12 5:26 AM, Barton Willis wrote:
> Right...a possible fix is to delete
>
> ((= b (truncate b))
> (expt a (truncate b)))
>
> from (defmethod expt ((a numeric) (b cl:number)).
That's exactly the right change. Thanks for the tip. I've checked in
the fix for this and the bernstein test passes now.
All other tests pass, except for the rtestdefstruct failure that you
mentioned.
Ray