コード例 #1
0
def test_issue_7903():
    a = symbols(r'a', real=True)
    t = exp(I * cos(a)) + exp(-I * sin(a))
    assert t.simplify()
コード例 #2
0
ファイル: test_exprtools.py プロジェクト: AdrianPotter/sympy
def test_issue_7903():
    a = symbols(r'a', real=True)
    t = exp(I*cos(a)) + exp(-I*sin(a))
    assert t.simplify()