|
From: willisbl <wil...@us...> - 2026-05-13 19:49:58
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maxima CAS".
The branch, master has been updated
via 8a8f4218767359d79b1e48f705f8e64457526bae (commit)
from ffee158ba1464e14393fb16aa27ab4a624affc16 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 8a8f4218767359d79b1e48f705f8e64457526bae
Author: Barton Willis <wi...@un...>
Date: Wed May 13 14:49:50 2026 -0500
Fix #4735: correct the expected result for rest_limit_gruntz problem 21 (line 121).
The previous expected limit had an incorrect sign. Maxima currently
returns a nounform for this case, but the testsuite now reflects the
mathematically correct limit.
No unexpected testsuite or share testsuite failures with either SBCL 2.4.7 or Clozure 1.1
diff --git a/tests/rtest_limit_gruntz.mac b/tests/rtest_limit_gruntz.mac
index 5175c270b..840e0a99f 100644
--- a/tests/rtest_limit_gruntz.mac
+++ b/tests/rtest_limit_gruntz.mac
@@ -119,7 +119,7 @@ limit(exp(x)*(sin(1/x + exp(-x)) - sin(1/x + exp(-x^2))), x, inf);
1$
limit((erf(x - exp(-exp(x))) - erf(x)) * exp(exp(x)) * exp(x^2), x, inf);
-2/sqrt(%pi)$
+-2/sqrt(%pi)$
limit(exp(exp(x)) * (exp(sin(1/x + exp(-exp(x)))) - exp(sin(1/x))),x, inf);
1$
-----------------------------------------------------------------------
Summary of changes:
tests/rtest_limit_gruntz.mac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Maxima CAS
|