Issue 1638 in sympy: integrate (sin(x)/x, (x, -oo, oo)) returns Integral (fails)

2009-09-07 Thread codesite-noreply
Status: Accepted Owner: plaes800 Labels: Type-Defect Priority-Medium Integration New issue 1638 by plaes800: integrate (sin(x)/x, (x, -oo, oo)) returns Integral (fails) http://code.google.com/p/sympy/issues/detail?id=1638 In [54]: print integrate (sin(x)/x, (x, -oo, oo)) ---> print(integra

Re: Issue 1638 in sympy: integrate (sin(x)/x, (x, -oo, oo)) returns Integral (fails)

2012-01-02 Thread sympy
Updates: Blockedon: 2712 Comment #2 on issue 1638 by asmeu...@gmail.com: integrate (sin(x)/x, (x, -oo, oo)) returns Integral (fails) http://code.google.com/p/sympy/issues/detail?id=1638 There is a test for this in gsoc-3. -- You received this message because you are subscribed to the

Re: Issue 1638 in sympy: integrate (sin(x)/x, (x, -oo, oo)) returns Integral (fails)

2012-01-13 Thread sympy
Updates: Status: Fixed Comment #3 on issue 1638 by ness...@gmail.com: integrate (sin(x)/x, (x, -oo, oo)) returns Integral (fails) http://code.google.com/p/sympy/issues/detail?id=1638 gsoc-3 was merged. -- You received this message because you are subscribed to the Google Groups "sym

Re: Issue 1638 in sympy: integrate (sin(x)/x, (x, -oo, oo)) returns Integral (fails)

2011-08-17 Thread sympy
Updates: Labels: NeedsReview ness987 Comment #1 on issue 1638 by ness...@googlemail.com: 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