1DLAPY3(1) LAPACK auxiliary routine (version 3.2) DLAPY3(1)
2
3
4
6 DLAPY3 - returns sqrt(x**2+y**2+z**2), taking care not to cause unnec‐
7 essary overflow
8
10 DOUBLE PRECISION FUNCTION DLAPY3( X, Y, Z )
11
12 DOUBLE PRECISION X, Y, Z
13
15 DLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause unneces‐
16 sary overflow.
17
19 X (input) DOUBLE PRECISION
20 Y (input) DOUBLE PRECISION Z (input) DOUBLE PRECI‐
21 SION X, Y and Z specify the values x, y and z.
22
23
24
25 LAPACK auxiliary routine (versionNo3v.e2m)ber 2008 DLAPY3(1)