JuliaIntervals / ValidatedNumerics.jl

Rigorous floating-point calculations with interval arithmetic in Julia
Other
85 stars 17 forks source link

Fix trig functions for large arguments #260

Closed dpsanders closed 7 years ago

dpsanders commented 7 years ago

Fixes #239.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 90.269% when pulling d6008200a42e9c7722ccfea65f52298cb028f149 on fix_trig_large_args into 1c0b48fda03132b02ef0550cd637785935d80eca on master.

codecov-io commented 7 years ago

Codecov Report

Merging #260 into master will not change coverage. The diff coverage is 100%.

@@           Coverage Diff           @@
##           master     #260   +/-   ##
=======================================
  Coverage   90.26%   90.26%           
=======================================
  Files          26       26           
  Lines        1079     1079           
=======================================
  Hits          974      974           
  Misses        105      105
Impacted Files Coverage Δ
src/intervals/trigonometric.jl 99.09% <100%> (ø) :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 1c0b48f...d600820. Read the comment docs.

dpsanders commented 7 years ago

This is ready. Are you happy for me to merge, @lbenet ?

lbenet commented 7 years ago

Nice solution! I'm merging