
|
TeeDistance function
function TeeDistance(Const X, Y: Double): Double;
Unit
TeCanvas
Description
Returns the squared root of the sum of squares of x and y:
result = Sqrt ( Sqr(x) + Sqr(y) )
Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.