mirror of git://sourceware.org/git/glibc.git
Update.
2000-05-28 Ulrich Drepper <drepper@redhat.com> * manual/arith.texi (Rounding Functions): Fix documentation of trunc. Patch by Steven G. Johnson <stevenj@gil-galad.mit.edu>.
This commit is contained in:
parent
f0f8ed4e3f
commit
e6e813911c
|
@ -1,3 +1,8 @@
|
||||||
|
2000-05-28 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* manual/arith.texi (Rounding Functions): Fix documentation of trunc.
|
||||||
|
Patch by Steven G. Johnson <stevenj@gil-galad.mit.edu>.
|
||||||
|
|
||||||
2000-05-27 Andreas Jaeger <aj@suse.de>
|
2000-05-27 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/i386/pread.c: Removed, we can use the
|
* sysdeps/unix/sysv/linux/i386/pread.c: Removed, we can use the
|
||||||
|
|
|
@ -1398,7 +1398,9 @@ integer, returning that value as a @code{double}. Thus, @code{floor
|
||||||
@comment math.h
|
@comment math.h
|
||||||
@comment ISO
|
@comment ISO
|
||||||
@deftypefunx {long double} truncl (long double @var{x})
|
@deftypefunx {long double} truncl (long double @var{x})
|
||||||
@code{trunc} is another name for @code{floor}
|
The @code{trunc} functions round @var{x} towards zero to the nearest
|
||||||
|
integer (returned in floating-point format). Thus, @code{trunc (1.5)}
|
||||||
|
is @code{1.0} and @code{trunc (-1.5)} is @code{-1.0}.
|
||||||
@end deftypefun
|
@end deftypefun
|
||||||
|
|
||||||
@comment math.h
|
@comment math.h
|
||||||
|
|
Loading…
Reference in New Issue