Searched refs:pythagorean_theorem (Results 1 – 3 of 3) sorted by relevance
26 double pythagorean_theorem(double, double);
32 pythagorean_theorem(double a, double b) in pythagorean_theorem() function
33 float hypotenuse = pythagorean_theorem(3, 4); in main()