]> www.ginac.de Git - ginac.git/commit
Fix mul::conjugate().
authorRichard Kreckel <kreckel@ginac.de>
Sun, 15 May 2011 16:40:44 +0000 (18:40 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 15 May 2011 16:40:44 +0000 (18:40 +0200)
commitf9afb6aca6a971650dff63b11ca8c2ef18506690
tree3843c0c6aea4ffa64d43f86e2875e699017d0cbc
parente16348f2f6edb1747dca9e4c47300e0436eea617
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.
check/exam_paranoia.cpp
ginac/expairseq.cpp
ginac/expairseq.h
ginac/inifcns_trans.cpp
ginac/mul.cpp
ginac/mul.h
ginac/pseries.cpp