]> www.ginac.de Git - ginac.git/commit
Fix algebraic power::has() for larger integer exponents.
authorRichard Kreckel <kreckel@ginac.de>
Sat, 10 Oct 2015 09:02:17 +0000 (11:02 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sat, 10 Oct 2015 09:02:17 +0000 (11:02 +0200)
commit12abd5eb38a5c4ad6eb74201df2977b4abad3f52
treeddbfc0ad8832669e376fb27fe393923a69ad3b17
parent725fa0199bdf612f099a76fa2c36424554a71ff8
Fix algebraic power::has() for larger integer exponents.

There is no need to overflow integers in (x^2147483648).has(x^2).
ginac/power.cpp