PrecisionCalc
xl
Precision
Get Your Numbers Right

 

xlpISODD

Determines whether a number is odd, with up to 32,767 significant digits of precision. Returns TRUE if number is odd; returns FALSE if it is even. Returns #NUM! if input cannot be resolved to a valid number.

Syntax

xlpISODD(num)

num Required. The number to determine whether it is odd. Truncated if not an integer.

Remarks

Examples

Formula Description Result
=xlpISODD(2) Determines whether 2 is odd FALSE
=xlpISODD(-3.2) Truncates -3.2 to -3, and determines whether it is odd TRUE

See Also

xlpISEVEN