Manuals/calci/EVEN

From ZCubes Wiki
Revision as of 20:24, 13 December 2013 by Swapna (talk | contribs)
Jump to navigation Jump to search

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.

Examples

Function Output
EVEN(57) 58
EVEN(-23) -24
EVEN(34.98989898) 36
EVEN(-3.25) -4
EVEN(222) 222

See Also

References