You are here : python_3mathmathisinf

math.isinf() - math

Return True if x is a positive or negative infinity, and
False otherwise.


Syntax

math.isinf(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference