You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: