JuliaMath / QuadGK.jl

adaptive 1d numerical Gauss–Kronrod integration in Julia
MIT License
268 stars 37 forks source link

allow endpoints evaluation for tiny initial intervals #99

Closed stevengj closed 7 months ago

stevengj commented 7 months ago

Fixes https://github.com/JuliaMath/QuadGK.jl/issues/97#issuecomment-1888256879

Basically, if the user passes an initial interval that is so small that the quadrature points round to one of the endpoints, it has to be allowed — it causes too much trouble to try to forbid this.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (135432c) 98.21% compared to head (99f06a7) 98.19%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #99 +/- ## ========================================== - Coverage 98.21% 98.19% -0.02% ========================================== Files 6 6 Lines 615 610 -5 ========================================== - Hits 604 599 -5 Misses 11 11 ```

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