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

NAME

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

SYNOPSIS

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

PURPOSE

15       DLAPY2 returns sqrt(x**2+y**2), taking care not  to  cause  unnecessary
16       overflow.
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.e2m)ber 2008                       DLAPY2(1)
Impressum