1DLAPY3(1) LAPACK auxiliary routine (version 3.1) DLAPY3(1)
2
3
4
6 DLAPY3 - sqrt(x**2+y**2+z**2), taking care not to cause unnecessary
7 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
18
20 X (input) DOUBLE PRECISION
21 Y (input) DOUBLE PRECISION Z (input) DOUBLE PRECI‐
22 SION X, Y and Z specify the values x, y and z.
23
24
25
26 LAPACK auxiliary routine (versionNo3v.e1m)ber 2006 DLAPY3(1)