[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: Barton Willis
Date: Thu, 24 May 2012 12:26:22 +0000
Right...a possible fix is to delete
((= b (truncate b))
(expt a (truncate b)))
from (defmethod expt ((a numeric) (b cl:number)).
--Barton
________________________________________
This is due to bernstein_poly(k,n,1.4b0- %i/5),k=0,n=5; triggering
endless recursion in BIGFLOAT-IMPL:EXPT. If I'm not mistaken, it must be
caused by one of the bigfloat-related commits after 0917e90a6f (the
special variable stuff I committed) since it isn't present in a build
of 0917e90a6f.
best
Robert Dodier