IntervalRootFinding.jl icon indicating copy to clipboard operation
IntervalRootFinding.jl copied to clipboard

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

Open dpsanders opened this issue 3 years ago • 0 comments

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

dpsanders avatar Apr 17 '21 20:04 dpsanders