JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
126 stars 26 forks source link

Can't just specify a tolerance on master #136

Open dpsanders opened 4 years ago

dpsanders commented 4 years ago
julia> roots(x->x^2-2, -10..10, 1e-5)
ERROR: MethodError: no method matching roots(::getfield(Main, Symbol("##19#20")), ::Interval{Float64}, ::Float64)

cc @Kolaru