EMA-XPS Online


LCM

LCM
===

syntax: (lcm {<number> ...})

This function returns the least common multiple of
all the arguments.
It is not supported by babylon v3!

example:       >(lcm 12 16)
               48


EMA-XPS Online