|
From: Barton W. <wil...@us...> - 2026-06-06 18:55:29
|
--- **[bugs:#4758] limits of the form gamma\(ind\)** **Status:** open **Group:** None **Labels:** limit gamma **Created:** Sat Jun 06, 2026 06:55 PM UTC by Barton Willis **Last Updated:** Sat Jun 06, 2026 06:55 PM UTC **Owner:** nobody Should be `ind`, not `und`: ~~~ (%i1) limit(gamma(4+sin(x)),x,inf); (%o1) und ~~~ Related bug: should be 0, not `und` ~~~ (%i2) limit(gamma(4+sin(x))/x,x,inf); (%o2) und ~~~ --- 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. |