Lines Matching full:part
23 at the sign of the imaginary part, while for a branch cut along the
24 imaginary axis we look at the sign of the real part.
46 part* ``z.real`` and its *imaginary part* ``z.imag``. In other
211 Return ``True`` if either the real or the imaginary part of *x* is an
217 Return ``True`` if either the real or the imaginary part of *x* is a NaN,
282 Complex number with zero real part and positive infinity imaginary
283 part. Equivalent to ``complex(0.0, float('inf'))``.
298 Complex number with zero real part and NaN imaginary part. Equivalent to
312 case the complex number has an imaginary part of zero).