hypotenuse: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) m (Macros:Functions:hypotenuse moved to hypotenuse) |
m (Conversion script moved page hypotenuse to Hypotenuse without leaving a redirect: Converting page title to first-letter uppercase) |
(No difference)
|
Revision as of 22:18, 9 February 2023
hypotenuse() Function
Returns the hypotenuse of a right triangle whos other two sides have a length of sideA and sideB. The formula used to calculate the hypotnese is, h^2 = sideA^2 * sideB^2. See Hypotenuse
Usage
[h: h = hypot(sideA, sideB)]
[h: h = hypotenuse(sideA, sideB)]
Examples
[r: hypot(3,4)]