JuliaApproximation / ApproxFunBase.jl

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

isnegative in intpow #590

Closed jishnub closed 11 months ago

jishnub commented 11 months ago

This allows one to write type-stable exponentiation, using an unsigned exponent

codecov[bot] commented 11 months ago

Codecov Report

Patch coverage: 75.00% and project coverage change: -0.02% :warning:

Comparison is base (c5225a7) 75.26% compared to head (a840042) 75.24%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #590 +/- ## ========================================== - Coverage 75.26% 75.24% -0.02% ========================================== Files 80 80 Lines 8418 8420 +2 ========================================== Hits 6336 6336 - Misses 2082 2084 +2 ``` | [Files Changed](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/590?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation) | Coverage Δ | | |---|---|---| | [src/Fun.jl](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/590?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL0Z1bi5qbA==) | `68.81% <75.00%> (-0.13%)` | :arrow_down: | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/JuliaApproximation/ApproxFunBase.jl/pull/590/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation)

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