mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
* manual/arith.texi (Remainder Functions): Spelling fix.
From Shaun Silk <genix@mysoul.com.au>.
This commit is contained in:
parent
3c9af2594f
commit
76cf98894f
@ -1,5 +1,8 @@
|
|||||||
2007-11-18 Roland McGrath <roland@frob.com>
|
2007-11-18 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
* manual/arith.texi (Remainder Functions): Spelling fix.
|
||||||
|
From Shaun Silk <genix@mysoul.com.au>.
|
||||||
|
|
||||||
* sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
|
* sysdeps/mach/hurd/bits/fcntl.h (O_CLOEXEC): Fix value.
|
||||||
|
|
||||||
2007-11-17 Ulrich Drepper <drepper@redhat.com>
|
2007-11-17 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
@ -1520,7 +1520,7 @@ If @var{denominator} is zero, @code{fmod} signals a domain error.
|
|||||||
@comment math.h
|
@comment math.h
|
||||||
@comment BSD
|
@comment BSD
|
||||||
@deftypefunx {long double} dreml (long double @var{numerator}, long double @var{denominator})
|
@deftypefunx {long double} dreml (long double @var{numerator}, long double @var{denominator})
|
||||||
These functions are like @code{fmod} except that they rounds the
|
These functions are like @code{fmod} except that they round the
|
||||||
internal quotient @var{n} to the nearest integer instead of towards zero
|
internal quotient @var{n} to the nearest integer instead of towards zero
|
||||||
to an integer. For example, @code{drem (6.5, 2.3)} returns @code{-0.4},
|
to an integer. For example, @code{drem (6.5, 2.3)} returns @code{-0.4},
|
||||||
which is @code{6.5} minus @code{6.9}.
|
which is @code{6.5} minus @code{6.9}.
|
||||||
|
Loading…
Reference in New Issue
Block a user