odd
Round up to the nearest odd integer.
Syntax
Section titled “Syntax”v = odd(number)Description
Section titled “Description”Rounds number up (away from zero) to the next odd integer.
Examples
Section titled “Examples”odd(1.5) % 3odd(2) % 3odd(-2) % -3