hypot.3: wfix

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-04-19 21:57:49 +02:00
parent 768f5515b5
commit 226c685b96
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@ during the intermediate steps of the calculation.
.\" e.g., hypot(DBL_MIN, DBL_MIN) does the right thing, as does, say
.\" hypot(DBL_MAX/2.0, DBL_MAX/2.0).
.SH RETURN VALUE
On success, these functions return the length of a right-angled triangle
On success, these functions return the length of the hypotenuse of
a right-angled triangle
with sides of length
.I x
and