]> www.ginac.de Git - ginac.git/commit
[BUGFIX] Fix a bug in normal() method.
authorVladimir V. Kisil <V.Kisilv@leeds.ac.uk>
Sun, 8 Aug 2021 14:01:46 +0000 (16:01 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 8 Aug 2021 14:01:46 +0000 (16:01 +0200)
commit11b9b59551913fc7cce475482548874504d9bf42
treef16281bb31bb0a88f01c4c9f72af06f997aa9721
parentd5a419b8517e3103087cceb3f6a9585b60e46543
[BUGFIX] Fix a bug in normal() method.

Any function was confused with an exponent of the same argument
during a normalisation of an expression.

Example: normal(cos(x)/exp(x)) often returned 1 for realsymbol x.
ginac/normal.cpp