pythagorean_theorem
double pythagorean_theorem(double, double);
float hypotenuse = pythagorean_theorem(3, 4);