Translations:Documentation/Calc Functions/ROUNDDOWN/19/en

    From The Document Foundation Wiki
    Formula Description Returns
    =ROUNDDOWN(2.348;2) rounds down 2.348 to 2 decimal places 2.34
    =ROUNDDOWN(-32.4834;3) rounds down -32.4834 to 3 decimal places -32.483
    =ROUNDDOWN(2.648;0) give integer part of 2.348 by rounding down 2
    =ROUNDDOWN(-45.67) rounds down -45.67 to integer away from 0 -45
    =ROUNDDOWN(987.65;-2) rounds down 987.65 to 2 places before decimal point 900