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
Fix Integrate returning unevaluated when integrand is constant w.r.t. variable
Add a general is_constant_wrt check at the top of integrate() so that
expressions like Integrate[x*x, y] correctly return x^2*y instead of
the unevaluated Integrate[x^2, y].
0 commit comments