diff options
Diffstat (limited to 'lib/msun/man/fmax.3')
-rw-r--r-- | lib/msun/man/fmax.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/msun/man/fmax.3 b/lib/msun/man/fmax.3 index a5ed8e6..71cb7d9 100644 --- a/lib/msun/man/fmax.3 +++ b/lib/msun/man/fmax.3 @@ -43,13 +43,13 @@ .Fn fmax "double x" "double y" .Ft float .Fn fmaxf "float x" "float y" -.Ft long double +.Ft "long double" .Fn fmaxl "long double x" "long double y" .Ft double .Fn fmin "double x" "double y" .Ft float .Fn fminf "float x" "float y" -.Ft long double +.Ft "long double" .Fn fminl "long double x" "long double y" .Sh DESCRIPTION The @@ -70,8 +70,9 @@ functions return the smaller of .Fa x and .Fa y . +They treat .Li +0.0 -is treated as being larger than +as being larger than .Li -0.0 . If one argument is an \*(Na, then the other argument is returned. If both arguments are \*(Nas, then the result is an \*(Na. |