LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
double precision function dlapy2 | ( | double precision | x, |
double precision | y | ||
) |
DLAPY2 returns sqrt(x2+y2).
Download DLAPY2 + dependencies [TGZ] [ZIP] [TXT]
DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary overflow and unnecessary underflow.
[in] | X | X is DOUBLE PRECISION |
[in] | Y | Y is DOUBLE PRECISION X and Y specify the values x and y. |
Definition at line 62 of file dlapy2.f.