I\'m trying to create a GCD (greatest common denominator) function using recursion. I cannot understand why it isn\'t working properly. For input 10 and 50 is returning 36.<