SLAPY2(l) ) SLAPY2(l)NAMESLAPY2 - return sqrt(x**2+y**2), taking care not to cause unnecessary overflowSYNOPSISREAL FUNCTION SLAPY2( X, Y ) REAL X, YPURPOSESLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary overflow.ARGUMENTSX (input) REAL Y (input) REAL X and Y specify the values x and y. LAPACK version 3.0 15 June 2000 SLAPY2(l)