lcm

lcm : (int int ... -> int)

purpose:
to compute the least common multiple of two integers


Beginning Student Language