Difference between revisions of "Manuals/calci/EVEN"
Jump to navigation
Jump to search
Line 44: | Line 44: | ||
== See Also == | == See Also == | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/ISEVEN | ISEVEN]] |
*[[Manuals/calci/ODD | ODD]] | *[[Manuals/calci/ODD | ODD]] | ||
− | *[[Manuals/calci/ | + | *[[Manuals/calci/TRUNC | TRUNC]] |
*[[Manuals/calci/INT | INT]] | *[[Manuals/calci/INT | INT]] |
Revision as of 16:17, 24 November 2013
EVEN(number)
- Where 'number' is the input number.
EVEN() rounds the number to the nearest even integer value away from '0'.
Description
EVEN(number)
EVEN(51) returns 52
- For a non-numeric number, Calci returns an #ERROR message.
- The number is rounded up away from zero to its nearest even integer, irrespective of its sign.