EVEN
Returns the number rounded up to the nearest even integer. Regardless of the sign of number, a value is rounded up when adjusted away from zero.
Example: EVEN ( 1.4 )
Output: 2
Example: EVEN ( - 2.3 )
Output: -4
Last updated
Was this helpful?