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

Bring back a method for 𝒩 #63

Closed lbenet closed 6 years ago

lbenet commented 6 years ago

This brings back a method for 𝒩 (which depends on the function f and two intervals) which was deleted when #55 was merged. It will probably not be needed once find_roots is deleted, but for the time being I have a case that requires it. (This method was untested previously; I haven't add any tests, but I could if it makes any sense.)

codecov-io commented 6 years ago

Codecov Report

Merging #63 into master will decrease coverage by 0.27%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #63      +/-   ##
==========================================
- Coverage   46.31%   46.04%   -0.28%     
==========================================
  Files           9        9              
  Lines         339      341       +2     
==========================================
  Hits          157      157              
- Misses        182      184       +2
Impacted Files Coverage Ξ”
src/contractors.jl 87.5% <0%> (-5.84%) :arrow_down:

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 47fd640...199acfc. Read the comment docs.

lbenet commented 6 years ago

@dpsanders Tests pass, including appveyor.

dpsanders commented 6 years ago

Great, thanks!