Query: dlapy2
OS: redhat
Section: l
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DLAPY2(l) ) DLAPY2(l)NAMEDLAPY2 - return sqrt(x**2+y**2), taking care not to cause unnecessary overflowSYNOPSISDOUBLE PRECISION FUNCTION DLAPY2( X, Y ) DOUBLE PRECISION X, YPURPOSEDLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary overflow.ARGUMENTSX (input) DOUBLE PRECISION Y (input) DOUBLE PRECISION X and Y specify the values x and y. LAPACK version 3.0 15 June 2000 DLAPY2(l)