odd() Function

Rounds positive numbers up to nearest odd integer and negative numbers down to the nearest odd integer.

Syntax

odd( number )

number: (Decimal) The number that will be rounded.

Returns

Integer

Examples

odd(31.5) returns 33

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK