JuliaApproximation / SingularIntegrals.jl

A Julia package for computing singular integrals
MIT License
6 stars 4 forks source link

Add first moment inside interval #7

Closed dlfivefifty closed 1 year ago

dlfivefifty commented 1 year ago

We need the case -1 ≤ z ≤ 1 added here:

https://github.com/JuliaApproximation/SingularIntegrals.jl/blob/941e9d12eb48045925d7da1c078d47236b059f48/src/power.jl#L21

TSGut commented 1 year ago

Ah, this is what I meant here https://github.com/JuliaApproximation/SingularIntegrals.jl/commit/a868f796e3284988ed3adec8c21511ab3dcc1f05#commitcomment-108450720

but I see now that the moment of degree 1 isn't there yet. I will add it