Oh -- hayat uses 'break' where it could use 'merror.' Would
it be OK to change every break in hayat to merror?
Barton
-----Barton Willis/MATH/UNK/UNEBR wrote: -----
>To: <maxima at math.utexas.edu>
>From: Barton Willis/MATH/UNK/UNEBR
>Date: 05/21/2007 06:27AM
>Subject: errcatch doesn't catch this error
>
>(%i10) errcatch(taylor(log(cos(th)),th,%pi/2,2));
>Maxima encountered a Lisp error: Illegal log kernel
>
>Question: Why doesn't errcatch return []? Is this a bug in the Taylor
>code?
>
>Barton