is_infinite


is_infinite(n)
      

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

Examples:


is_infinite(100 + inf)
// true          
      

Also see:

is_finite.html
_inf
inf


Core Module Index | Contents