Learn R Programming

GLmom (version 1.3.1)

is.odd.me: Check if a number is odd

Description

Check if a number is odd

Usage

is.odd.me(x)

Value

Logical. TRUE if x is odd, FALSE otherwise.

Arguments

x

Integer value.