An simple api to make calcs based on Pythagorean Theorem.
Send an GET request with the fallowing parameters:
- c1 (the first side of the triangle)
- c2 (the other side of the triangle)
- h (the hypotenuse) and put an "x" in the parameter that you want to know
Example:
-
c1 = 9
-
c2 = 12
-
h = x
-
result = 15