LCM
Syntax:
LCM ( argument-list )
Description: Computes the least common multiple of the one or more arguments in argument-list.
Arguments:
Name |
Type |
Description |
---|---|---|
argument-list |
number |
argument-list specifies the arguments. Each argument is truncated to an integer. |
Return Type and Value: number – The least common multiple of one or more numbers.
However, if any argument is negative, #NUM!
is returned.
example: