1SLAPY3(1) LAPACK auxiliary routine (version 3.2) SLAPY3(1)
23
4
NAME
6SLAPY3 - returns sqrt(x**2+y**2+z**2), taking care not to cause unnec‐
7essary overflow
8
SYNOPSIS
10REAL FUNCTION SLAPY3( X, Y, Z )
1112
REAL X, Y, Z
13
PURPOSE
15SLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause unneces‐
16sary overflow.
17
ARGUMENTS
19X (input) REAL
20Y (input) REAL Z (input) REAL X, Y and Z specify
21the values x, y and z.
2223
24
25
LAPACK auxiliary routine (versionNo3v.e2m)ber 2008 SLAPY3(1)