diff options
Diffstat (limited to 'lib/msun/man/floor.3')
-rw-r--r-- | lib/msun/man/floor.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/msun/man/floor.3 b/lib/msun/man/floor.3 index c2bee43..07c0f31 100644 --- a/lib/msun/man/floor.3 +++ b/lib/msun/man/floor.3 @@ -38,7 +38,7 @@ .Sh NAME .Nm floor , .Nm floorf -.Nd round to largest integral value <= x +.Nd largest integral value less than or equal to x .Sh LIBRARY .Lb libm .Sh SYNOPSIS @@ -52,10 +52,10 @@ The .Fn floor and the .Fn floorf -function returns the largest integral value -(represented as a double precision number) +function return the largest integral value less than or equal to -.Fa x . +.Fa x , +expressed as a floating-point number. .Sh SEE ALSO .Xr abs 3 , .Xr ceil 3 , |