]> www.ginac.de Git - ginac.git/commit
Fix of a bug in sqrfree_parfrac() related to Yun factorisation.
authorVladimir V. Kisil <V.Kisilv@leeds.ac.uk>
Mon, 27 Jul 2020 18:58:27 +0000 (20:58 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Mon, 27 Jul 2020 18:58:27 +0000 (20:58 +0200)
commit1256fb73b64a1cdfb0838df06facbc1e8b2d5f83
treebd05641c3e61127bd3faf0a3fb33ef9a976e8262
parent8a7fb0be7ad81906946715f60916ff1d3400aabe
Fix of a bug in sqrfree_parfrac() related to Yun factorisation.

Yun's algorithm does not account for constant factors, thus
sqrfree_parfrac() dropped such factors in partial fractions.
check/exam_paranoia.cpp
ginac/normal.cpp