Closed khaledkee closed 8 years ago
_There is a problem calculating the middle term in any polynomial _x^n - p^2__
It's mainly because of the Add function. More precisely, if there is a term in the polynomial with the same degree, the Add function replaces it. However, in the recent commit, Add function discards zero terms before changing the old term.