JuliaApproximation / ApproxFunBase.jl

Core functionality of ApproxFun
MIT License
12 stars 13 forks source link

First/last for ConstantSpace Fun #631

Closed jishnub closed 5 months ago

jishnub commented 5 months ago

Also, evaluating a Fun{<:ConstantSpace} outside the domain will return zero after this, which is consistent with how other spaces behave.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (768625d) 75.07% compared to head (a2b4152) 75.18%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #631 +/- ## ========================================== + Coverage 75.07% 75.18% +0.10% ========================================== Files 80 79 -1 Lines 8439 8437 -2 ========================================== + Hits 6336 6343 +7 + Misses 2103 2094 -9 ```

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