ODD
Rounds a number up to the nearest odd integer
ODD( number
)
Rounds a number
up to the nearest odd integer
Arguments
Argument
Description
number
Numeric column or value
Output
Odd integer
Examples
ODD(94.3)
>> 95
ODD(4)
>> 5
Last updated
Was this helpful?