ODD (Primitive Spread Function) rounds the specified value up to the nearest odd integer.
SYNTAX:
ODD(value)
REMARKS:
Regardless of the sign of the number specified by the value argument, the number is rounded away from zero.
EXAMPLES:
ODD(A3)
ODD(4)=5
ODD(-2.5)=-3