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

    From The Document Foundation Wiki
    Formula Description Returns
    =QUOTIENT(11;3) integer part when 11 divides 3 and remainder of 2 is lost 3
    =QUOTIENT(11.7;3) integer part when 11.7 divides 3 and remainder of 0.3 is lost, taking floor of the absolute value 3
    =QUOTIENT(-5.9;1.8) integer part when -5.9 divides 1.8 and remainder of 1.3 is lost, taking floor of the absolute value and returning with negative sign -3
    =QUOTIENT(-11.7;3) integer part when -11.7 divides 3 and remainder of 0.3 is lost, taking floor of the absolute value and returning with negative sign -3
    =QUOTIENT(11;0) Denominator is 0 so the function returns an error value Err:502