gcd(num1,num2)
Description
gcd() takes two numbers as parameters and returns the greatest common divisor
Parameters
gcd() takes two numbers as parameters
Usage
log gcd(15,20)
// 5
Last updated
Was this helpful?
gcd() takes two numbers as parameters and returns the greatest common divisor
gcd() takes two numbers as parameters
log gcd(15,20)
// 5
Last updated
Was this helpful?