Function Reference
— Mapping Function: lcm (x, ...)

Compute the least common multiple of the elements of x, or the list of all the arguments. For example,

          lcm (a1, ..., ak)

is the same as

          lcm ([a1, ..., ak]).

All elements must be the same size or scalar.

See also: gcd min max ceil floor