is_finite(n)
Return true if the number n is finite, otherwise return false.
true
n
false
is_finite(100 + inf) // false
Core Module Index | Contents