You are here : python_3mathmathisfinite

math.isfinite() - math

Return True if x is neither an infinity nor a NaN, and
False otherwise.  (Note that 0.0 is considered finite.)


Syntax

math.isfinite(x)


Example


Output / Return Value


Limitations


Alternatives / See Also


Reference