#import cmath for complex number operations
import cmath
#find the arc tangent of a complex number
print (cmath.atan(2 + 3j))