Searched defs:imag (Results 1 – 8 of 8) sorted by relevance
11 double imag; member
65 def imag(self): member in Complex259 def imag(self): member in Real
1605 def imag(self): member in Decimal1607 imag = property(imag) variable in Decimal
248 complex_subtype_from_doubles(PyTypeObject *type, double real, double imag) in complex_subtype_from_doubles()257 PyComplex_FromDoubles(double real, double imag) in PyComplex_FromDoubles()
244 complex_subtype_from_doubles(PyTypeObject *type, double real, double imag) in complex_subtype_from_doubles()253 PyComplex_FromDoubles(double real, double imag) in PyComplex_FromDoubles()
144 def check(n, deltas, is_equal, imag = 0.0): argument