JuliaIntervals / IntervalRootFinding.jl

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

Break up `branch_and_prune.jl` #42

Closed dpsanders closed 6 years ago

dpsanders commented 6 years ago

There is far too much going on in this file. Split it up into pieces.

dpsanders commented 6 years ago

Fixed by #55.