Returns the least common multiple of two or more numbers.
Declaration
LCM(list_of_numbers) -> number
Parameters
- list_of_numbers (type: array)
- A list of numbers to compute the least common multiple for.
Return Values
- number (type: number)
- The least common multiple
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.