Rounds positive numbers up to nearest odd integer and negative numbers down to the nearest odd integer.
odd( number )
number: (Decimal) The number that will be rounded.
Integer
You can experiment with this function in the test box below.
Test Input
odd(31.5)
returns 33
On This Page