Comment #3 on issue 1088 by ness...@googlemail.com: integrate(log(x)*exp(x), (x, 0, oo)) should return -EulerGamma
http://code.google.com/p/sympy/issues/detail?id=1088

the original integral of this issue does not even exist. Maybe exp(-x) was meant instead? in gsoc-3:

In [90]: integrate(log(x)*exp(-x), (x, 0, oo))
Out[90]: -EulerGamma

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To post to this group, send email to sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to