Updates:
Labels: NeedsReview ness987
Comment #1 on issue 1638 by [email protected]: integrate (sin(x)/x,
(x, -oo, oo)) returns Integral (fails)
http://code.google.com/p/sympy/issues/detail?id=1638
This works in gsoc-3 (https://github.com/sympy/sympy/pull/543):
In [67]: integrate (sin(x)/x, (x, -oo, oo))
Out[67]: π
In [68]: integrate (sin(x)/x, (x, 0, oo))
Out[68]:
π
─
2
--
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.