Checks whether an integer is odd.
odd(x)
x
Integer.
Logical value (TRUE or FALSE). TRUE means that the value is odd.
odd(3)