You are here : python_3cmathcmathisnan

cmath.isnan() - cmath

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


Syntax

cmath.isnan(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference