From: David S. <tom...@us...> - 2025-07-13 13:16:03
|
Sounds reasonable, fine by me! --- **[bugs:#4575] expintrep doesn't reset** **Status:** open **Group:** None **Created:** Fri Jul 11, 2025 12:03 PM UTC by Barton Willis **Last Updated:** Fri Jul 11, 2025 02:26 PM UTC **Owner:** nobody We don't have a policy on this, but I think that `reset` should return the value of `expintrep` to its default of `false.' ~~~ (%i1) expintrep; (%o1) false (%i2) expintrep : gamma_incomplete$ (%i3) reset(); (%o3) [_, browser, __, labels, url_base, lispdisp, tr-unique] (%i4) expintrep; (%o4) gamma_incomplete ~~~ Also, assignments to `expintrep` should be restricted to `false, gamma_incomplete, expintegral_e1, expintegral_ei, expintegral_li, expintegral_trig`, or `expintegral_hyp`. Instead: ~~~ (%i5) expintrep : 107; (%o5) 107 ~~~ --- 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. |