|
From: rtoy <rt...@us...> - 2025-11-18 14:47:06
|
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, rtoy-def-limit has been updated
via 9da322050d3853031de514aafa1168450aed4c6e (commit)
from 9e12e473e9bac14309c0443bcf3a422539e3dc87 (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 9da322050d3853031de514aafa1168450aed4c6e
Author: Raymond Toy <toy...@gm...>
Date: Tue Nov 18 06:46:03 2025 -0800
Remove extra trailing paren
diff --git a/src/expintegral.lisp b/src/expintegral.lisp
index 45953215b..f9b690413 100644
--- a/src/expintegral.lisp
+++ b/src/expintegral.lisp
@@ -1835,7 +1835,7 @@
((eql z 0) '$minf)
((eq z '$und) (throw 'limit nil))
;; The general simplifier for expintegral_ci handles inputs minf & inf
- (t (simplifier)))))
+ (t (simplifier))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-----------------------------------------------------------------------
Summary of changes:
src/expintegral.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Maxima CAS
|