is_odd


is_odd(n)
      

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

Also see:

is_even


Core Module Index | Contents