'Returns the length of the hypotenuse of a triangle. '+'Specify the lengths of the sides adjacent to the right angle '+'in <numeric-expression-X> and <numeric-expression-Y>. '+'Uses the formula hypotenuse = Sqrt(<numeric-expression-X>**2 + '+'<numeric-expression-Y>**2)'
Namespace: TrigonometryPackage
Delphi |
HypotenuseComment = 'Returns the length of the hypotenuse of a triangle. '+ |
Value
Type: string
Reference |