Comment #4 on issue 2113 by ondrej.certik: integrate(cos(log(x**2))/x) hangs
http://code.google.com/p/sympy/issues/detail?id=2113
Ah, you are right, this returns immediately:
In [1]: integrate(cos(2*log(x))/x)
Out[1]:
sin(2⋅log(x))
─────────────
2
So the fix should be easy, I guess. Maybe.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.