Even, 173 even – Apple iWork '09 User Manual
Page 173
Advertising

Chapter 8
Numeric Functions
173
EVEN
The EVEN function rounds a number away from zero to the next even number.
EVEN(num-to-round)
Â
num-to-round: The number to be rounded. num-to-round is a number value.
Usage Notes
To round to an odd number, use the ODD function.
Â
Examples
=EVEN(1) returns 2.
=EVEN(2) returns 2.
=EVEN(2.5) returns 4.
=EVEN(-2.5) returns -4.
=EVEN(0) returns 0.
Related Topics
For related functions and additional information, see:
“ROUNDDOWN” on page 192
“More on Rounding” on page 355
“Listing of Numeric Functions” on page 167
“Value Types” on page 36
“The Elements of Formulas” on page 15
“Using the Keyboard and Mouse to Create and Edit Formulas” on page 26
“Pasting from Examples in Help” on page 41
Advertising