1.0.0 • Published 5 years ago

trocar-math v1.0.0

Weekly downloads
2
License
AGPL-3.0-or-later
Repository
gitlab
Last release
5 years ago

trocar-math

Additional Math Functions

Functions

greatestCommonDivisor

Example Usage:

var m = require('trocar-math');

console.log(m.greatestCommonDivisor(300,250));
1.0.0

5 years ago