vtjnash / Polynomial.jl

Polynomial manipulations
Other
6 stars 10 forks source link

`roots` and `BigFloat` #6

Closed jverzani closed 11 years ago

jverzani commented 11 years ago

Doesn't seem to work:

julia> p = Poly(BigFloat[1, -1])^1* Poly(BigFloat[1, -2])^1
julia> roots(p)

ERROR: stack overflow
 in eigfact! at linalg/factorization.jl:501 (repeats 80000 times)
vtjnash commented 11 years ago

moving to https://github.com/JuliaLang/julia/issues/3864

jverzani commented 11 years ago

Thanks

On Sun, Jul 28, 2013 at 3:44 PM, Jameson Nash notifications@github.comwrote:

moving to JuliaLang/julia#3864https://github.com/JuliaLang/julia/issues/3864

— Reply to this email directly or view it on GitHubhttps://github.com/vtjnash/Polynomial.jl/issues/6#issuecomment-21689555 .

John Verzani Chair, Department of Mathematics College of Staten Island, CUNY verzani@math.csi.cuny.edu