vtjnash / Polynomial.jl

Polynomial manipulations
Other
6 stars 10 forks source link

Bugfix to divrem to return poly with same var #29

Closed jcrist closed 10 years ago

jcrist commented 10 years ago

Previously, divrem could return a Poly with a different var than those put in, due to zero(Poly{R}) not knowing what var the input Poly had.

jcrist commented 10 years ago

I'm sure you're busy, but could you take a look at this as soon as possible? This bug is causing errors in the controls package. Thanks.

vtjnash commented 10 years ago

@loladiro please cherry-pick this

Keno commented 10 years ago

Already did.