.TH "lapy2" 3 "Wed Feb 7 2024 11:30:40" "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME lapy2 \- lapy2: robust sqrt( x^2 + y^2 ) .SH SYNOPSIS .br .PP .SS "Functions" .in +1c .ti -1c .RI "double precision function \fBdlapy2\fP (x, y)" .br .RI "\fBDLAPY2\fP returns sqrt(x2+y2)\&. " .ti -1c .RI "real function \fBslapy2\fP (x, y)" .br .RI "\fBSLAPY2\fP returns sqrt(x2+y2)\&. " .in -1c .SH "Detailed Description" .PP .SH "Function Documentation" .PP .SS "double precision function dlapy2 (double precision x, double precision y)" .PP \fBDLAPY2\fP returns sqrt(x2+y2)\&. .PP \fBPurpose:\fP .RS 4 .PP .nf DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary overflow and unnecessary underflow\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIX\fP .PP .nf X is DOUBLE PRECISION .fi .PP .br \fIY\fP .PP .nf Y is DOUBLE PRECISION X and Y specify the values x and y\&. .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .SS "real function slapy2 (real x, real y)" .PP \fBSLAPY2\fP returns sqrt(x2+y2)\&. .PP \fBPurpose:\fP .RS 4 .PP .nf SLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary overflow and unnecessary underflow\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIX\fP .PP .nf X is REAL .fi .PP .br \fIY\fP .PP .nf Y is REAL X and Y specify the values x and y\&. .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.