[GiNaC-devel] [SCM] GiNaC -- a C++ library for symbolic computations branch, ginac_1-3, updated. release_1-3-8-23-g6d9c698
varg at theor.jinr.ru
varg at theor.jinr.ru
Thu Mar 6 15:28:03 CET 2008
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 "GiNaC -- a C++ library for symbolic computations".
The branch, ginac_1-3 has been updated
via 6d9c698cd0d56178bb28f7c6ae92b2e516ce26c1 (commit)
from 2c768c72741669e164ee8037f12eace47f030cd4 (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 6d9c698cd0d56178bb28f7c6ae92b2e516ce26c1
Author: Alexei Sheplyakov <varg at theor.jinr.ru>
Date: Mon Feb 26 17:08:48 2007 +0300
Improve mul::degree so that degree(c*x^(-1), x^(-1)) gives correct result
In ginsh:
degree(x^(-1), x^(-1));
1
degree(c*x^(-1), x^(-1));
0
Now degree (and ldegree) should work correct with such arguments.
Note: degree() is still inconsistent, i.e.
degree(c*x^(-2), x^(-1));
0
-----------------------------------------------------------------------
Summary of changes:
ginac/mul.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GiNaC -- a C++ library for symbolic computations
More information about the GiNaC-devel
mailing list