Previous: GradToRad function To the Table of Content Next: InchToCm function

- 4.45.2.33 -
Standard Units
Math Unit
Math Unit Procedures and Functions

Hypot function

Targets: MS-DOS, OS/2, Win32


Math Unit

Calculates the length of the hypotenuse.

Declaration:
function Hypot(X, Y: Extended): Extended;
Remarks:
The Hypot function returns the length of the hypotenuse of a right triangle. Specify the lengths of the sides adjacent to the right angle as X and Y. Hypot uses the formula:



Previous: GradToRad function To the Table of Content Next: InchToCm function
GradToRad function Table of Content InchToCm function

- 4.45.2.33 -