コード例 #1
0
ファイル: test_evalf.py プロジェクト: twobitlogic/sympy
def test_issue_2387_bug():
    from sympy import I, Expr
    assert abs(Expr._from_mpmath(I._to_mpmath(15), 15) - I) < 1.0e-15