LCM
Last updated
Was this helpful?
Last updated
Was this helpful?
The function LCM returns the least common multiple of one or more Numbers.
This function takes a as input. It returns the least common multiple as a Number output.
first_number, second_number, nth_number (type: at least one Number
) The numbers to compute the least common multiple for.
least_common_multiple (type: Number
) The least common multiple.
The least common multiple of the numbers three and five is fifteen.