Subject: | Polynomial multiplication |
On windows with your binaries (Perl 5.8):
A polynomial $A with [3,4,5,6] coefficients.
Coefficients from $A->mul($A)->as_string :
9,24,46,76,73,60
Real result is:
9,24,46,76,73,60,36
In other words, I think that the number of coefficients is wrong,
it must be:
degree(A) + degree(A)+1
Greg
PS: Thanks for your ports and binaries.