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 with typedoc-material-theme.
Returns the greatest common divisor of two numbers.