EVEN(x)

The EVEN function rounds a number up to the nearest even integer. The number will be rounded up away from 0, whether it is + or -.

For example:

EVEN(3)

returns 4

EVEN(-3)

returns -4.

See also:

Other mathematical functions