summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeng Haitao <penght@cn.fujitsu.com>2013-08-26 17:13:03 +0800
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-02 07:37:36 +0200
commit39ea02302bed870cea96e5f605579804a6354681 (patch)
treeade6997ea379f1bc8b44b274c310ab234274e182
parent36981c13b9f5f04cef508c173feb4a609ae6311f (diff)
rint.3: wfix
Signed-off-by: Peng Haitao <penght@cn.fujitsu.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/rint.310
1 files changed, 8 insertions, 2 deletions
diff --git a/man3/rint.3 b/man3/rint.3
index 8bb9ba88..f79e9904 100644
--- a/man3/rint.3
+++ b/man3/rint.3
@@ -85,7 +85,10 @@ or
.ad b
.SH DESCRIPTION
The
-.BR nearbyint ()
+.BR nearbyint (),
+.BR nearbyintf (),
+and
+.BR nearbyintl ()
functions round their argument to an integer value in floating-point
format, using the current rounding direction (see
.BR fesetround (3))
@@ -94,7 +97,10 @@ and without raising the
exception.
.LP
The
-.BR rint ()
+.BR rint (),
+.BR rintf (),
+and
+.BR rintl ()
functions do the same, but will raise the
.I inexact
exception