Skip Menu |

This queue is for tickets about the Math-Cephes CPAN distribution.

Report information
The Basics
Id: 4892
Status: resolved
Priority: 0/
Queue: Math-Cephes

People
Owner: RKOBES [...] cpan.org
Requestors: vanuxemg [...] yahoo.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.42



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.