This function returns whether or not a given number is odd.
Returns true if and only if the input value (rounded down) is odd.
BOOLEAN
Type
Meaning
NUMERIC
a value
the units in which to determine oddness.
Converts the value into the desired units, rounds down to the nearest integer, then returns whether or not this value is odd.