PrecisionCalc
xl
Precision
Get Your Numbers Right

 

xlpISEVEN

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

Syntax

xlpISEVEN(num)

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

Remarks

Examples

Formula Description Result
=xlpISEVEN(3) Determines whether 3 is even FALSE
=xlpISEVEN(-2.3) Truncates -2.3 to -2, and determines whether it is even TRUE

See Also

xlpISODD