|
From: rtoy <rt...@us...> - 2025-09-13 13:39: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, bug-4607-cf-issues has been updated
via b3f5ec1f89b13a91e367aaa317f0ca2d287456e9 (commit)
via 09d6fb745edb9296c6c59e12a3d273eadcb6df1e (commit)
via 7d78aa96b227bdd2e6526566e8e6c53c6a6bbdc1 (commit)
via 3a9a37f764757dddbc0028f6abde43631f80be9e (commit)
via 0f29b7f5a0ae8eda3bbf81b882e1dbad793aa6e2 (commit)
via db363e9acd3412d1e0bd1f8e2f04fa1f1fd3d886 (commit)
via 9ab39fcc3b33194ee7e818e65877337cd8c4a9f4 (commit)
from e93381d18333625d565408939cf54a709973166b (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 b3f5ec1f89b13a91e367aaa317f0ca2d287456e9
Author: Raymond Toy <toy...@gm...>
Date: Sat Sep 13 06:39:05 2025 -0700
Update from Michel
This updated version removes some extraneous tests that added
unnecessarily.
diff --git a/src/combin.lisp b/src/combin.lisp
index b70b66ccd..fe4b44ca7 100644
--- a/src/combin.lisp
+++ b/src/combin.lisp
@@ -833,7 +833,7 @@
((floatp a)
(let ((a (maxima-rationalize a)))
(cons '(mlist cf) (ratcf (car a) (cdr a)))))
- ((and (eq (caar a) 'bigfloat) ($bfloatp a))
+ (($bfloatp a)
(let (($bftorat t))
(setq a (bigfloat2rat a))
(cons '(mlist cf) (ratcf (car a) (cdr a)))))
@@ -845,7 +845,7 @@
(cfratsimp a))
;;the following doesn't work for non standard form
;; (cfplus a '((mlist) 0))) ??? seems to work
- ((and (eq (caar a) 'mtimes) (mtimesp a) (cddr a) (null (cdddr a))
+ ((and (mtimesp a) (cddr a) (null (cdddr a))
(fixnump (cadr a))
(mexptp (caddr a))
(fixnump (cadr (caddr a)))
commit 09d6fb745edb9296c6c59e12a3d273eadcb6df1e
Merge: e93381d18 7d78aa96b
Author: Raymond Toy <toy...@gm...>
Date: Thu Sep 11 17:51:38 2025 -0700
Merge branch 'master' into bug-4607-cf-issues
-----------------------------------------------------------------------
Summary of changes:
doc/info/wrstcse.texi | 83 +++++++++++++++++++++++++++++++++++------
share/contrib/rtest_wrstcse.mac | 2 +
share/contrib/wrstcse.mac | 81 +++++++++++++++++++++++++++++++++++-----
src/combin.lisp | 4 +-
4 files changed, 146 insertions(+), 24 deletions(-)
hooks/post-receive
--
Maxima CAS
|