Translations:Documentation/Calc Functions/LCM EXCEL2003/14/en

    From The Document Foundation Wiki
    • If any argument is negative, the function returns an error value.
    • If any argument is non-integer, the function returns an integer LCM value by truncating the input numbers i.e. taking their floor values. For e.g. LCM_EXCEL2003(2.5;5.2) will return 10 while LCM_EXCEL2003(8.4;5.2) will return 40.