Calculates the length of the hypotenuse of a right triangle, given the length of the two sides sideOne and sideTwo.
Short form name: "Hypot"
Syntax: |
---|
value = Hypotenuse( sideOne, sideTwo ) |
Parameter: |
Description: |
---|---|
sideOne |
Any value, or expression used to define the length of the first side. |
sideTwo |
Any value, or expression used to define the length of the second side. |
Example: |
---|
value = Hypotenuse( 3, 4 ) ' Returns 5 |
Returns: |
Length of the hypotenuse. |
Links: |
---|
|
See Also: |
Edit Time: 9/18/2020 12:19:28 PM |
Topic ID#: 16 |