Navigation: Function Reference > General Utility Functions > hypot()

hypot()

Top  Previous  Next

hypot( x: Extended; y: Extended ) : Extended;

 

Calculates the distance from (0,0) to (x,y) as sqrt(x2+y2).

 

Parameters

 

x

numeric value

y

numeric value

.