gcd-component
v1.0.3
Published
Greatest common divisor component
Downloads
11
Readme
gcd
Greatest common divisor component.
Installation
$ component install KenanY/gcd
API
gcd(x, y)
Calculate the greastest common divisor amongst Numbers x
and y
.
gcd(1254, 5298);
// => 6
Development
$ npm install
$ make
License
MIT