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

    From The Document Foundation Wiki
    Formula Description Returns
    =ODD(2.3) rounds up 2.3 to the nearest odd integer 3
    =ODD(2) rounds up 2 to the nearest odd integer 3
    =ODD(0) rounds up 0 to the nearest odd integer 1
    =ODD(-0.5) rounds down -0.5 to the nearest odd integer -1
    =ODD(-3.1) rounds down -5 to the nearest odd integer -5