Skip to content

Commit

Permalink
Improves the comments in LAPY2 and LAPY3 routines
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira committed Jun 4, 2021
1 parent bd6add2 commit 08dc990
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion SRC/dlapy2.f
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*> \verbatim
*>
*> DLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
*> overflow.
*> overflow and unnecessary underflow.
*> \endverbatim
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion SRC/dlapy3.f
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*> \verbatim
*>
*> DLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause
*> unnecessary overflow.
*> unnecessary overflow and unnecessary underflow.
*> \endverbatim
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion SRC/slapy2.f
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*> \verbatim
*>
*> SLAPY2 returns sqrt(x**2+y**2), taking care not to cause unnecessary
*> overflow.
*> overflow and unnecessary underflow.
*> \endverbatim
*
* Arguments:
Expand Down
2 changes: 1 addition & 1 deletion SRC/slapy3.f
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*> \verbatim
*>
*> SLAPY3 returns sqrt(x**2+y**2+z**2), taking care not to cause
*> unnecessary overflow.
*> unnecessary overflow and unnecessary underflow.
*> \endverbatim
*
* Arguments:
Expand Down

0 comments on commit 08dc990

Please sign in to comment.