Example #1
0
 def arg(self):
     x = self.real
     y = self.imag
     return math.atan2(y,x)
Example #2
0
 def arg(self):
     x = self.real
     y = self.imag
     return math.atan2(y,x)