Returns the greatest common divisor of two numbers.
First number
Second number
// Returns 17const gcd = Chalkboard.numb.gcd(68, 119); Copy
// Returns 17const gcd = Chalkboard.numb.gcd(68, 119);
Generated using TypeDoc
Returns the greatest common divisor of two numbers.