aboutsummaryrefslogtreecommitdiff
path: root/lib/msun
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2005-01-15 22:57:44 +0000
committerDavid Schultz <das@FreeBSD.org>2005-01-15 22:57:44 +0000
commit2471eadb68e18e246c8363c7f6e7bbc8b79d8573 (patch)
treea30cc6e0c6797cf871ce0e0506c92350cb82202e /lib/msun
parent2bce3974a1654b82a11d35f310f6c0e985b44e3c (diff)
Notes
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/man/round.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/msun/man/round.3 b/lib/msun/man/round.3
index 1665806ea78c..5f34ce05a08a 100644
--- a/lib/msun/man/round.3
+++ b/lib/msun/man/round.3
@@ -46,7 +46,7 @@ and
.Fn roundf
functions return the nearest integral value to
.Fa x ;
-if
+if
.Fa x
lies halfway between two integral values, then these
functions return the integral value with the larger
@@ -55,6 +55,8 @@ absolute value (i.e., they round away from zero).
.Xr ceil 3 ,
.Xr floor 3 ,
.Xr ieee 3 ,
+.Xr lrint 3 ,
+.Xr lround 3 ,
.Xr math 3 ,
.Xr rint 3 ,
.Xr trunc 3