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

Move general methods of IntervalBox to IntervalArithmetic #83

Closed lbenet closed 6 years ago

lbenet commented 6 years ago

Fixes #78

lbenet commented 6 years ago

Tests require the corresponding changes in IntervalArithmetics (and probably a tagged version) to pass.

lbenet commented 6 years ago

@dpsanders Shall I go ahead and merge this? https://github.com/JuliaIntervals/IntervalArithmetic.jl/pull/160 has been merged.

codecov-io commented 6 years ago

Codecov Report

Merging #83 into master will increase coverage by 2.12%. The diff coverage is 88.23%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #83      +/-   ##
==========================================
+ Coverage   56.14%   58.26%   +2.12%     
==========================================
  Files          10        9       -1     
  Lines         431      393      -38     
==========================================
- Hits          242      229      -13     
+ Misses        189      164      -25
Impacted Files Coverage Δ
src/newton.jl 0% <ø> (ø) :arrow_up:
src/krawczyk.jl 0% <ø> (ø) :arrow_up:
src/contractors.jl 90% <100%> (-0.48%) :arrow_down:
src/roots.jl 88.13% <100%> (+2.19%) :arrow_up:
src/IntervalRootFinding.jl 4.65% <100%> (+2.61%) :arrow_up:
src/complex.jl 83.33% <66.66%> (+8.33%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6491d43...3bd5d92. Read the comment docs.

dpsanders commented 6 years ago

Thanks @lbenet !