Skip to content

kenany/lcm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lcm

Dependency Status

Least common multiple component.

Installation

$ component install KenanY/lcm

API

lcm(x, y)

Calculate the least common multiple amongst x and y.

lcm(12, 80);
// => 240

Development

$ npm install
$ make

License

MIT

About

Least common multiple component

Resources

Stars

Watchers

Forks

Packages

No packages published