JuliaIntervals / IntervalRootFinding.jl

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

Allow roots(f, Xs) for a vector Xs #157

Open dpsanders opened 4 years ago

dpsanders commented 4 years ago

This currently fails

dpsanders commented 4 years ago

Duplicate of #117