]> www.ginac.de Git - ginac.git/commitdiff
Speed up pow(+(...),n).expand() where n>2.
authorRichard Kreckel <kreckel@ginac.de>
Sat, 18 Jul 2015 22:04:49 +0000 (00:04 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sat, 18 Jul 2015 22:12:01 +0000 (00:12 +0200)
This new algorithm is faster than the old one because it re-uses
multinomial coefficients as much as possible.


No differences found