Skip to content

LCM

LCM(n1, n2, ...)

computes the least common multiple of the given integers.

See

Examples

>> LCM(15, 20)
60
>> LCM(20, 30, 40, 50)
600

GCD

Implementation status

  • ✅ - full supported

Github