Description Usage Arguments Value Note Examples
The least_common_multiple
function takes a set of numbers and
calculates their least common multiple using the prime factorization
method.
1 |
... |
The numbers for which you want the least common multiple. |
A single integer value representing the least common multiple of the set of inputs.
The absolute values of the input is used in calculating the least common multiple.
1 | least_common_multiple(4, 7, 11)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.