is_finite


is_finite(n)
      

Return true if the number n is finite, otherwise return false.

Examples:


is_finite(100 + inf)
// false          
      

Also see:

is_infinite.html
_inf
inf


Core Module Index | Contents