Advertisements
Advertisements
Question
Identify in the following program.
let rec gcd a b:=
if b <> 0 then gcd b (a mod b) else return a
Name of the function?
One Word/Term Answer
Advertisements
Solution
gcd.
shaalaa.com
Is there an error in this question or solution?
