math.isfinite(x)
Return True
if x is neither an infinity nor a NaN, and False
otherwise. (Note that 0.0
is considered finite.)
New in version 3.2.
math.isfinite(x)
Return True
if x is neither an infinity nor a NaN, and False
otherwise. (Note that 0.0
is considered finite.)
New in version 3.2.
Please login to continue.