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

Extend `IntervalArithmetic.mid` to work on the `Root` type #168

Open dpsanders opened 3 years ago

dpsanders commented 3 years ago

mid(r::Root) = mid(interval(r))