1DLAPY2(1) LAPACK auxiliary routine (version 3.1) DLAPY2(1)
23
4
NAME
6DLAPY2 - sqrt(x**2+y**2), taking care not to cause unnecessary overflow
7
SYNOPSIS
9DOUBLE PRECISION FUNCTION DLAPY2( X, Y )
1011
DOUBLE PRECISION X, Y
12
PURPOSE
14DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
15overflow.
1617
ARGUMENTS
19X (input) DOUBLE PRECISION
20Y (input) DOUBLE PRECISION X and Y specify the values x
21and y.
2223
24
25
LAPACK auxiliary routine (versionNo3v.e1m)ber 2006 DLAPY2(1)