parity of a number

is_odd function returns true if the number passed is odd, false otherwise.
is_odd(`191`), returns 0, indicating that the number is odd.
See also