summaryrefslogtreecommitdiffstats
path: root/lib/libm/common_source/ceil.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libm/common_source/ceil.3')
-rw-r--r--lib/libm/common_source/ceil.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/common_source/ceil.3 b/lib/libm/common_source/ceil.3
index 4bc02ba..080f30e 100644
--- a/lib/libm/common_source/ceil.3
+++ b/lib/libm/common_source/ceil.3
@@ -36,7 +36,7 @@
.Os
.Sh NAME
.Nm ceil
-.Nd smallest integral value not greater than x
+.Nd smallest integral value greather than or equal to x
.Sh SYNOPSIS
.Fd #include <math.h>
.Ft double
@@ -44,7 +44,7 @@
.Sh DESCRIPTION
The
.Fn ceil
-function computes the smallest integral value not less than
+function computes the smallest integral value greater than or equal to
.Fa x .
.Sh RETURN VALUES
The
@@ -55,9 +55,9 @@ expressed as a double.
.Xr abs 3 ,
.Xr fabs 3 ,
.Xr floor 3 ,
-.Xr rint 3 ,
.Xr ieee 3 ,
-.Xr math.3
+.Xr math 3 ,
+.Xr rint 3
.Sh STANDARDS
The
.Fn ceil
OpenPOWER on IntegriCloud