Closed
Description
Description
Unless I missed something, there should not be x(1) = interval(1) and x(size(x)) = interval(2) in gauss_legendre subroutines, this would only be relevant for gauss_legendre_lobatto.
Expected Behaviour
gauss_legendre(x, w, interval=[-1._dp, 1._dp] should give same result as without interval optional.
Version of stdlib
0.1.0
Platform and Architecture
Linux
Additional Information
No response