JuliaIntervals / IntervalArithmetic.jl

Library for validated numerics using interval arithmetic
https://juliaintervals.github.io/IntervalArithmetic.jl/
Other
297 stars 71 forks source link

ForwardDiff extension for power #629

Closed Kolaru closed 7 months ago

Kolaru commented 7 months ago

This PR overlead ForwardDiff default behavior, so that it works with intervals.

It is necessary for updating IntervalRootFinding.jl because many tests there rely on polynomials.

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 82.75862% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 82.92%. Comparing base (98a235b) to head (ff4307b).

Files Patch % Lines
ext/IntervalArithmeticForwardDiffExt.jl 82.75% 5 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #629 +/- ## ========================================== + Coverage 82.69% 82.92% +0.23% ========================================== Files 25 26 +1 Lines 2144 2173 +29 ========================================== + Hits 1773 1802 +29 Misses 371 371 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Kolaru commented 7 months ago

Accepted in triage <3