-
-
Notifications
You must be signed in to change notification settings - Fork 665
Open
Description
Reported by Nicolas Privault via Rado Kirov:
sage: integrate(x^(0.5)*e^(-x-x^2),x,0,infinity).n()
0.886226925452758
sage: integrate(x^(1/2)*e^(-x-x^2),x,0,infinity).n()
0.32015709036013135
which give two different results, and the second one is correct.
Upstream: Reported upstream. No feedback yet.
CC: @orlitzky
Component: calculus
Stopgaps: #12732
Issue created by migration from https://trac.sagemath.org/ticket/11493