summaryrefslogtreecommitdiff
path: root/lib/libm/man/rint.3
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2003-02-27 04:22:13 +0000
committerJason Wright <jason@cvs.openbsd.org>2003-02-27 04:22:13 +0000
commitd4823ae34aea9f9e668f16bcda2a89859dd9acc0 (patch)
treeac92c7c63c3c7f648b94215cd0245b0e14d0d634 /lib/libm/man/rint.3
parent39eb69d06620cf584686ae8d2a0655b3c4287fb6 (diff)
final pass at *f in terms of the double precision version.
Diffstat (limited to 'lib/libm/man/rint.3')
-rw-r--r--lib/libm/man/rint.36
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libm/man/rint.3 b/lib/libm/man/rint.3
index a37af931655..cfee5bd7f1e 100644
--- a/lib/libm/man/rint.3
+++ b/lib/libm/man/rint.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rint.3,v 1.5 2000/03/02 00:29:50 todd Exp $
+.\" $OpenBSD: rint.3,v 1.6 2003/02/27 04:22:12 jason Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -52,6 +52,10 @@ function returns the integral value (represented as a double precision number)
nearest to
.Fa x
according to the prevailing rounding mode.
+The
+.Fn rintf
+function is a single precision version of
+.Fn rint .
.Sh SEE ALSO
.Xr abs 3 ,
.Xr ceil 3 ,