1SLAPY2(1) LAPACK auxiliary routine (version 3.2) SLAPY2(1)
23
4
NAME
6SLAPY2 - returns sqrt(x**2+y**2), taking care not to cause unnecessary
7overflow
8
SYNOPSIS
10REAL FUNCTION SLAPY2( X, Y )
1112
REAL X, Y
13
PURPOSE
15SLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
16overflow.
17
ARGUMENTS
19X (input) REAL
20Y (input) REAL X and Y specify the values x and y.
2122
23
24
LAPACK auxiliary routine (versionNo3v.e2m)ber 2008 SLAPY2(1)