JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
126 stars 26 forks source link

Unnecesary method "newton_refine" from newton.jl is removed #113

Closed yashvardhan747 closed 5 years ago

yashvardhan747 commented 5 years ago

Solves Issue #112

codecov-io commented 5 years ago

Codecov Report

Merging #113 into master will increase coverage by 1.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #113      +/-   ##
==========================================
+ Coverage   58.48%   59.58%   +1.09%     
==========================================
  Files          11       11              
  Lines         542      532      -10     
==========================================
  Hits          317      317              
+ Misses        225      215      -10
Impacted Files Coverage Δ
src/newton.jl 0% <ø> (ø) :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 004994d...cae657c. Read the comment docs.