LCM

LCM the least common multiple

Synopsis

LCM(n0,n1,…)

Arguments

n0: positive integer

n1: positive integer

Description

LCM calculates the least common multiple of the given numbers n0,n1,..., the smallest integer that is a multiple of each argument.

Note

If any of the arguments is not an integer, it is truncated.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

GCD.