|
From: Stavros M. <mac...@us...> - 2025-10-30 20:09:02
|
- Description has changed:
Diff:
~~~~
--- old
+++ new
@@ -11,3 +11,5 @@
integrate(x,x,0,box(inf)) =>
ERROR binding stack exhausted
~~~~
+
+Maxima 5.48.1 on SBCL 2.5.7 MacOS Intel
~~~~
---
**[bugs:#4627] box(inf) causes infinite recursion in limit and integrate**
**Status:** open
**Group:** None
**Labels:** Lisp Core inf limit integrate
**Created:** Thu Oct 30, 2025 04:08 PM UTC by Stavros Macrakis
**Last Updated:** Thu Oct 30, 2025 07:59 PM UTC
**Owner:** nobody
Unproblematic:
~~~~
limit(x,x,box(3)) => noun form
integrate(x,x,0,box(3))
=> box(3)^2/2
~~~~
Problem:
~~~~
limit(x,x,box(inf)) =>
ERROR binding stack exhausted
integrate(x,x,0,box(inf)) =>
ERROR binding stack exhausted
~~~~
Maxima 5.48.1 on SBCL 2.5.7 MacOS Intel
---
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. |