|
From: rtoy <rt...@us...> - 2025-09-10 14:58: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, bug-4607-cf-issues has been updated
via e93381d18333625d565408939cf54a709973166b (commit)
from 066bd4ad705cf0cd2557d9149bbbfc292f3330d8 (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 e93381d18333625d565408939cf54a709973166b
Author: Raymond Toy <toy...@gm...>
Date: Wed Sep 10 07:55:11 2025 -0700
Add some tests for cf
These were taken from the mailing list. These previously produced
errors, but Michel mentioned that these are now fixed and I can
confirm that they are.
diff --git a/tests/rtest10.mac b/tests/rtest10.mac
index c0822aec1..6acd000ab 100644
--- a/tests/rtest10.mac
+++ b/tests/rtest10.mac
@@ -83,6 +83,13 @@ cflength:3;
cf(sqrt(8));
[2, 1, 4, 1, 4, 1, 4]$
+/* Bug 4607 */
+cf(1/sqrt(2));
+[0, 1, 2, 2, 2];
+
+cf([1,3]*[1,3]);
+[1, 1, 3, 2];
+
(reset (ratepsilon), 0);
0;
-----------------------------------------------------------------------
Summary of changes:
tests/rtest10.mac | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
Maxima CAS
|