You are here : python_3cmathcmathisinf

cmath.isinf() - cmath

Return True if either the real or the imaginary part of x is an
infinity, and False otherwise.


Syntax

cmath.isinf(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference