is_even


is_even(n)
      

Return true if the integer n is even, otherwise return false.

Also see:

is_odd


Core Module Index | Contents