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

Add solvers for quadratic interval equations #68

Closed eeshan9815 closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #68 into master will increase coverage by 3.4%. The diff coverage is 96.29%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master     #68     +/-   ##
========================================
+ Coverage    48.3%   51.7%   +3.4%     
========================================
  Files           9      10      +1     
  Lines         354     381     +27     
========================================
+ Hits          171     197     +26     
- Misses        183     184      +1
Impacted Files Coverage Δ
src/IntervalRootFinding.jl 2.04% <ø> (ø) :arrow_up:
src/quadratic.jl 96.29% <96.29%> (ø)

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 bfd84fb...cf2c7d5. Read the comment docs.

eeshan9815 commented 6 years ago

ping @dpsanders

eeshan9815 commented 6 years ago

ping @dpsanders

dpsanders commented 6 years ago

Thanks!