コード例 #1
0
ファイル: test_limits.py プロジェクト: sonntagsgesicht/sympy
def test_issue_21721():
    a = Symbol('a', real=True)
    I = integrate(1/(pi*(1 + (x - a)**2)), x)
    assert I.limit(x, oo) == S.Half