1.0.0 • Published 10 years ago
greatest-common-divisor v1.0.0
greatest-common-divisor
Computes the greatest common divisor
Install
$ npm i -g greatest-common-divisor
Usage
import gcd from 'greatest-common-divisor'
gcd(12, 18) // 6
License
1.0.0
10 years ago