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

    From The Document Foundation Wiki
    Formula Description Returns
    =GCD(16;32;24) the largest number that can divide 16, 24 and 32 without a remainder 8
    =GCD(B1:B3) ,where cells B1, B2, B3 contain 9, 12, 9 the largest number that can divide 9, 12 and 9 without a remainder 3
    =GCD(-16;32;24) function returns an error value since one of the arguments is negative Err:502