ODDP

test whether an integer is odd
Major Section:  PROGRAMMING

(oddp x) is true if and only if x is odd, i.e., not even in the sense of evenp.

The guard for oddp requires its argument to be an integer.

Oddp is a Common Lisp function. See any Common Lisp documentation for more information.