Difference between revisions of "Manuals/calci/EVEN"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= EVEN(number)= | = EVEN(number)= | ||
− | * | + | *where <math>number</math> is the input number. |
− | EVEN() rounds the number to the nearest even integer | + | EVEN() rounds the number to the nearest even integer away from zero. |
== Description == | == Description == | ||
Line 9: | Line 9: | ||
EVEN(51) ''returns 52'' | EVEN(51) ''returns 52'' | ||
− | *For a non-numeric number, Calci returns an #ERROR message. | + | *For a non-numeric <math>number</math>, Calci returns an #ERROR message. |
− | *The number is rounded up away from zero to its nearest even integer, irrespective of its sign. | + | *The <math>number</math> is rounded up away from zero to its nearest even integer, irrespective of its sign. |
== Examples == | == Examples == |
Revision as of 19:24, 13 December 2013
EVEN(number)
- where is the input number.
EVEN() rounds the number to the nearest even integer away from zero.
Description
EVEN(number)
EVEN(51) returns 52
- For a non-numeric , Calci returns an #ERROR message.
- The is rounded up away from zero to its nearest even integer, irrespective of its sign.