Translations:Documentation/Calc Functions/EVEN/17/en

    From The Document Foundation Wiki
    Formula Description Returns
    =EVEN(2.3) rounds up 2.3 to the nearest even integer 4
    =EVEN(2) rounds up 2 to the nearest even integer 2
    =EVEN(0) rounds up 0 to the nearest even integer 0
    =EVEN(-0.5) rounds down -0.5 to the nearest even integer -2
    =EVEN(-5) rounds down -5 to the nearest even integer -6