Home
/
Python 3.11
/
Math
/
isinf
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Math
isinf
Python 3.11
Return True if x is a positive or negative infinity, and False otherwise.
Syntax
PYTHON
Copy
math.isinf(x)