Created by numworks-en
This script defines a function gcd(a,b) which returns the greatest common divisor of a and b.
This script defines two functions. The hypotenuse(a,b) function returns the hypotenuse length of ...