Wikidev
CATEGORY
CONTACT
APP
Sign Up
Login
Submit
You are here :
python_3
→
math
→
mathisnan
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