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