cmath.isfinite(x)
Return True
if both the real and imaginary parts of x are finite, and False
otherwise.
New in version 3.2.
cmath.isfinite(x)
Return True
if both the real and imaginary parts of x are finite, and False
otherwise.
New in version 3.2.
Please login to continue.