EVEN (Primitive Spread Function) rounds the specified value up to the nearest even integer.
SYNTAX:
EVEN(value)
REMARKS:
Regardless of the sign of the number specified by the value argument, the number is rounded away from zero.
EXAMPLES:
EVEN(A3)
EVEN(5)=6
EVEN(-2.5)=-4