From: Barton W. <wil...@us...> - 2025-08-15 16:38:16
|
--- **[bugs:#4596] taylor with wrong number of arguments gives Lisp error** **Status:** open **Group:** None **Labels:** taylor **Created:** Fri Aug 15, 2025 04:38 PM UTC by Barton Willis **Last Updated:** Fri Aug 15, 2025 04:38 PM UTC **Owner:** nobody OK ~~~ (%i3) taylor(42,x,%pi, 3); (%o3)/T/ 42+... ~~~ Not OK ~~~ (%i4) taylor(42,x,%pi); Maxima encountered a Lisp error: The value $TAYLOR is not of type LIST Automatically continuing. To enable the Lisp debugger set *debugger-hook* to nil. ~~~ This is Maxima 5.48.1 --- Sent from sourceforge.net because max...@li... is subscribed to https://sourceforge.net/p/maxima/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/maxima/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |