Description Usage Arguments Examples
This function allows you to compute any side of a right triangle using a famous theorem.
1 | Pythagorean(Side1, Side2, Hyp)
|
Side1 |
is the length of one side. |
Side2 |
is the length of another side. |
Hyp |
indicates whether the hypotenuse is included in one of the two provided sides. The computation changes whether this parameter is TRUE or FALSE. |
1 2 | Pythagorean(3,4,T)
Pythagorean(3,4,F)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.