Project

General

Profile

Actions

$lcm » History » Revision 1

Revision 1/2 | Next »
Per Amundsen, 01/13/2023 07:18 AM


Added in 4.3

$lcm(N,...)

Returns the least common multiple for the specified list of numbers.

See also $gcd.

Parameters

N... - The numbers to search.

Example

//echo -ag The least common multiple for 24 and 54 is $lcm(24, 54)

Updated by Per Amundsen over 1 year ago · 1 revisions

Also available in: PDF HTML TXT