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

NAME

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

SYNOPSIS

10       REAL FUNCTION SLAPY3( X, Y, Z )
11
12           REAL      X, Y, Z
13

PURPOSE

15       SLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause  unnecesā€
16       sary overflow.
17
18

ARGUMENTS

20       X       (input) REAL
21               Y        (input)  REAL  Z       (input) REAL X, Y and Z specify
22               the values x, y and z.
23
24
25
26 LAPACK auxiliary routine (versionNo3v.e1m)ber 2006                       SLAPY3(1)
Impressum