mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Manual wording fix for round{,f,l}.
This commit is contained in:
parent
03e87550e3
commit
713df3d547
@ -1,3 +1,8 @@
|
|||||||
|
2010-07-05 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* manual/arith.texi (Rounding Functions): Fix rint description
|
||||||
|
implicit in round description.
|
||||||
|
|
||||||
2010-07-02 Ulrich Drepper <drepper@redhat.com>
|
2010-07-02 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* elf/Makefile: Fix linking for a few tests to make recent linker
|
* elf/Makefile: Fix linking for a few tests to make recent linker
|
||||||
|
@ -1407,7 +1407,8 @@ do not raise the inexact exception if @var{x} is not an integer.
|
|||||||
@comment ISO
|
@comment ISO
|
||||||
@deftypefunx {long double} roundl (long double @var{x})
|
@deftypefunx {long double} roundl (long double @var{x})
|
||||||
These functions are similar to @code{rint}, but they round halfway
|
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
|
@end deftypefun
|
||||||
|
|
||||||
@comment math.h
|
@comment math.h
|
||||||
|
Loading…
Reference in New Issue
Block a user