pythagorean_calc
Find the missing side of a right triangle using the Pythagorean theorem. Provide any two known sides, set the unknown to zero.
Instructions
Solve Pythagorean theorem: find missing side of right triangle.
Parameters:
a — Side a (leave 0 if unknown).
b — Side b (leave 0 if unknown).
c — Hypotenuse c (leave 0 if unknown).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | No | ||
| b | No | ||
| c | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |