_Added in 4.3_ *$lcm(N,...)* Returns the "least common multiple":https://en.wikipedia.org/wiki/Least_common_multiple for the specified list of numbers. _See also [[$gcd]]._ *Parameters* table(ktable). |*Parameter*|*Description*| | N... | The number(s) to search. | *Example*
//echo -ag The least common multiple for 24 and 54 is $lcm(24, 54)