[SCM] GiNaC -- a C++ library for symbolic computations branch, master, updated. release_1-4-0-338-gf9afb6a
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, master has been updated via f9afb6aca6a971650dff63b11ca8c2ef18506690 (commit) from e16348f2f6edb1747dca9e4c47300e0436eea617 (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 f9afb6aca6a971650dff63b11ca8c2ef18506690 Author: Richard Kreckel <kreckel@ginac.de> Date: Sun May 15 18:40:44 2011 +0200 Fix mul::conjugate(). Overwrite conjugate() for mul objects because the base class's conjugate function is incorrect at branch cuts when exponents are fractional (roots). This has been reported as Sage #10964. While at it, fix some funny indentation and remove unneeded tests. ----------------------------------------------------------------------- Summary of changes: check/exam_paranoia.cpp | 15 +++++++++++++++ ginac/expairseq.cpp | 4 +--- ginac/expairseq.h | 4 ++-- ginac/inifcns_trans.cpp | 2 +- ginac/mul.cpp | 32 ++++++++++++++++++++++++++++++++ ginac/mul.h | 1 + ginac/pseries.cpp | 6 ++---- 7 files changed, 54 insertions(+), 10 deletions(-) hooks/post-receive -- GiNaC -- a C++ library for symbolic computations
participants (1)
-
git@ginac.de