|
From: peterpall <pet...@us...> - 2025-09-11 07:23:13
|
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 0f29b7f5a0ae8eda3bbf81b882e1dbad793aa6e2 (commit)
from db363e9acd3412d1e0bd1f8e2f04fa1f1fd3d886 (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 0f29b7f5a0ae8eda3bbf81b882e1dbad793aa6e2
Author: Gunter Königsmann <gu...@pe...>
Date: Thu Sep 11 09:22:57 2025 +0200
wrstcse: A test for the new function
diff --git a/share/contrib/rtest_wrstcse.mac b/share/contrib/rtest_wrstcse.mac
index 6dc7c2a89..2cf6eda6d 100644
--- a/share/contrib/rtest_wrstcse.mac
+++ b/share/contrib/rtest_wrstcse.mac
@@ -121,6 +121,8 @@ is(R_1<200);
true;
is(R_1>100);
unknown;
+wc_toltaylor(sin(tol[1])+cos(tol[2]),20);
+tol[2]^20/20-tol[2]^18/18+tol[2]^16/16-tol[2]^14/14+tol[2]^12/12-tol[2]^10/10+tol[2]^8/8-tol[2]^6/6+tol[2]^4/4-tol[2]^2/2-tol[1]^19/19+tol[1]^17/17-tol[1]^15/15+tol[1]^13/13-tol[1]^11/11+tol[1]^9/9-tol[1]^7/7+tol[1]^5/5-tol[1]^3/3+tol[1]+1;
(kill(R_1),done);
done;
(kill(R_2),done);
-----------------------------------------------------------------------
Summary of changes:
share/contrib/rtest_wrstcse.mac | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--
Maxima CAS
|