ODD

Rounds a number up to the nearest odd integer.

Parameters

value Number (required) - The number to round to the nearest odd integer.

Returns

Number

Examples

ODD(4.22)

// returns 5