You are here : python_3mathmathisnan

math.isnan() - math

Return True if x is a NaN (not a number), and False otherwise.


Syntax

math.isnan(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference