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

Atomic intervals should be treated specially #58

Closed dpsanders closed 4 months ago

dpsanders commented 6 years ago

If an Interval is atomic (unable to be bisected) it should be marked as unknown and not processed further.

This will be important for infinite intervals if the function is such that we cannot exclude the interval (prevfloat(Inf), Inf).