commit | 9b5e23148badbb0d11fffd05cf9d432f35631a4a | [log] [tgz] |
---|---|---|
author | Facundo Batista <facundobatista@gmail.com> | Fri Oct 19 19:25:57 2007 +0000 |
committer | Facundo Batista <facundobatista@gmail.com> | Fri Oct 19 19:25:57 2007 +0000 |
tree | 653ef26a251493caa5088ce7165adc97bb156294 | |
parent | 91ac42243cd010691b082a0b2fdd414e6d47456c [diff] |
The constructor from tuple was way too permissive: it allowed bad coefficient numbers, floats in the sign, and other details that generated directly the wrong number in the best case, or triggered misfunctionality in the alorithms. Test cases added for these issues. Thanks Mark Dickinson.