/ Published in: Other
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
gcd a 0 = a gcd a b = gcd b y where y = mod a b