Skip to content

Commit 08dc990

Browse files
Improves the comments in LAPY2 and LAPY3 routines
1 parent bd6add2 commit 08dc990

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

SRC/dlapy2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*> \verbatim
3232
*>
3333
*> DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
34-
*> overflow.
34+
*> overflow and unnecessary underflow.
3535
*> \endverbatim
3636
*
3737
* Arguments:

SRC/dlapy3.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*> \verbatim
3232
*>
3333
*> DLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause
34-
*> unnecessary overflow.
34+
*> unnecessary overflow and unnecessary underflow.
3535
*> \endverbatim
3636
*
3737
* Arguments:

SRC/slapy2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*> \verbatim
3232
*>
3333
*> SLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
34-
*> overflow.
34+
*> overflow and unnecessary underflow.
3535
*> \endverbatim
3636
*
3737
* Arguments:

SRC/slapy3.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*> \verbatim
3232
*>
3333
*> SLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause
34-
*> unnecessary overflow.
34+
*> unnecessary overflow and unnecessary underflow.
3535
*> \endverbatim
3636
*
3737
* Arguments:

0 commit comments

Comments
 (0)