Home
/
Python 3.11
/
Math
/
isnan
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Math
isnan
Python 3.11
Return True if x is a NaN (not a number), and False otherwise.
Syntax
PYTHON
Copy
math.isnan(x)