diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-08-21 21:30:02 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-08-21 21:30:02 +0000 |
| commit | 1702c53ed2eaa806924ca4c7588fa997f9d4d60e (patch) | |
| tree | e0969c7733e82a2a114f19ea11c2ca43edaee57c /lib/libm/common_source/floor.3 | |
| parent | c119f6297fb454db0b495202943f64fb23be4ca7 (diff) | |
Notes
Diffstat (limited to 'lib/libm/common_source/floor.3')
| -rw-r--r-- | lib/libm/common_source/floor.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libm/common_source/floor.3 b/lib/libm/common_source/floor.3 index 2df55f92b46c..5dbe1c8f7874 100644 --- a/lib/libm/common_source/floor.3 +++ b/lib/libm/common_source/floor.3 @@ -36,7 +36,7 @@ .Os .Sh NAME .Nm floor -.Nd largest integral value not greater than x +.Nd largest integral value less than or equal to x .Sh SYNOPSIS .Fd #include <math.h> .Ft double @@ -44,7 +44,7 @@ .Sh DESCRIPTION The .Fn floor -function computes the largest integral value not greater than +function computes the largest integral value less than or equal to .Fa x . .Sh RETURN VALUES The |
