least-common-multiple
v1.0.0
Published
Computes the least common multiple of the given integers.
Downloads
11
Maintainers
Readme
least-common-multiple
Computes the least common multiple of the given integers.
Install
$ npm i least-common-multiple
Usage
import lcm from 'least-common-multiple'
lcm(12, 18) // 36
Test
$ npm test
Build
$ npm run build