ODD
Returns the number rounded up to the nearest odd integer. Regardless of the sign of number, a value is rounded up when adjusted away from zero.
Example: ODD ( 1.4 )
Output: 3
Example: ODD ( - 1.4 )
Output: -3
Last updated
Was this helpful?
Returns the number rounded up to the nearest odd integer. Regardless of the sign of number, a value is rounded up when adjusted away from zero.
Example: ODD ( 1.4 )
Output: 3
Example: ODD ( - 1.4 )
Output: -3
Last updated
Was this helpful?