ODD

Syntax:

ODD ( x )

Description: Computes x rounded to the nearest odd integer, away from zero. Regardless of the sign of x, a value is rounded up when adjusted away from zero.

Arguments:

Name

Type

Description

x

number

The value to be rounded.

Return Type and Value: number – The rounded value of x.

example: