You are here : python_3cmathcmathisfinite

cmath.isfinite() - cmath

Return True if both the real and imaginary parts of x are finite, and
False otherwise.


Syntax

cmath.isfinite(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference