sean17 / LCM

LCM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Least Common Multiple

Finds the least common multiple among two numbers.

travisify badge build status

example

  1. (2,2) returns 2
  2. (19,2) returns 38
  3. (3,1) returns 3

About

LCM


Languages

Language:JavaScript 100.0%