]> www.ginac.de Git - ginac.git/commitdiff
Fix pow(+(...),2).expand().
authorRichard Kreckel <kreckel@ginac.de>
Sat, 18 Jul 2015 21:56:55 +0000 (23:56 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sat, 18 Jul 2015 21:56:55 +0000 (23:56 +0200)
Due to a failure to expand result terms, expand((sqrt(1+x)+y*sqrt(1+x))^2)
returned 1+y^2+x+x*y^2+2*y*(1+x). Note that 2*y*(1+x) was not expanded
to 2*y+2*y*x.


No differences found