1DLAPY2(1)           LAPACK auxiliary routine (version 3.1)           DLAPY2(1)
2
3
4

NAME

6       DLAPY2 - sqrt(x**2+y**2), taking care not to cause unnecessary overflow
7

SYNOPSIS

9       DOUBLE PRECISION FUNCTION DLAPY2( X, Y )
10
11           DOUBLE       PRECISION X, Y
12

PURPOSE

14       DLAPY2  returns  sqrt(x**2+y**2),  taking care not to cause unnecessary
15       overflow.
16
17

ARGUMENTS

19       X       (input) DOUBLE PRECISION
20               Y       (input) DOUBLE PRECISION X and Y specify the  values  x
21               and y.
22
23
24
25 LAPACK auxiliary routine (versionNo3v.e1m)ber 2006                       DLAPY2(1)
Impressum