Skip to content

Commit eb78901

Browse files
authored
import atan2
1 parent 10241a4 commit eb78901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symengine/tests/test_sympy_conv.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
function_symbol, I, E, pi, oo, zoo, nan, true, false,
33
exp, gamma, have_mpfr, have_mpc, DenseMatrix, sin, cos, tan, cot,
44
csc, sec, asin, acos, atan, acot, acsc, asec, sinh, cosh, tanh, coth,
5-
asinh, acosh, atanh, acoth, Add, Mul, Pow, diff, GoldenRatio,
5+
asinh, acosh, atanh, acoth, atan2, Add, Mul, Pow, diff, GoldenRatio,
66
Catalan, EulerGamma, UnevaluatedExpr, RealDouble)
77
from symengine.lib.symengine_wrapper import (Subs, Derivative, RealMPFR,
88
ComplexMPC, PyNumber, Function, LambertW, zeta, dirichlet_eta,

0 commit comments

Comments
 (0)