diff options
author | Roland McGrath <roland@redhat.com> | 2010-07-05 18:28:24 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-07-05 18:28:24 -0700 |
commit | 713df3d547041fddea30fa78c52dd0615bfd4c24 (patch) | |
tree | bd2eaaeae5efdd39c27336f4a63d125875afd9f8 /manual/arith.texi | |
parent | 03e87550e3be3d008b1eb6174d74d10a51af6e2e (diff) | |
download | glibc-713df3d547041fddea30fa78c52dd0615bfd4c24.zip glibc-713df3d547041fddea30fa78c52dd0615bfd4c24.tar.gz glibc-713df3d547041fddea30fa78c52dd0615bfd4c24.tar.bz2 |
Manual wording fix for round{,f,l}.
Diffstat (limited to 'manual/arith.texi')
-rw-r--r-- | manual/arith.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index b1580a0..1b8a8c3 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -1407,7 +1407,8 @@ do not raise the inexact exception if @var{x} is not an integer. @comment ISO @deftypefunx {long double} roundl (long double @var{x}) These functions are similar to @code{rint}, but they round halfway -cases away from zero instead of to the nearest even integer. +cases away from zero instead of to the nearest integer (or other +current rounding mode). @end deftypefun @comment math.h |