diff options
author | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-06-20 15:00:16 -0300 |
---|---|---|
committer | Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> | 2017-06-22 13:08:17 -0300 |
commit | 5070551cbf0ba8f69e15e1a19f8989b812b6a651 (patch) | |
tree | 87cf7abb0f118ab4654580ee0b62ec24297b3cc1 /ChangeLog | |
parent | 5ae22669437cdee21b254b7eb59e16e394ddfd6d (diff) | |
download | glibc-5070551cbf0ba8f69e15e1a19f8989b812b6a651.zip glibc-5070551cbf0ba8f69e15e1a19f8989b812b6a651.tar.gz glibc-5070551cbf0ba8f69e15e1a19f8989b812b6a651.tar.bz2 |
Describe remainder as primary and drem as alternative in the manual
In preparation for the documentation of _FloatN and _FloatNx variants of
the remainder function, this patch changes the descriptions of remainder
and drem, so that remainder is described as primary and drem as an
alternative name for the same functionality.
* manual/arith.texi (Remainder Functions): Describe remainder as
primary and drem as an alternative name. Change the comment on
remainder to ISO, since it is defined in ISO C99.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2017-06-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> + * manual/arith.texi (Remainder Functions): Describe remainder as + primary and drem as an alternative name. Change the comment on + remainder to ISO, since it is defined in ISO C99. + +2017-06-22 Gabriel F. T. Gomes <gftg@linux.vnet.ibm.com> + * stdlib/tst-strtod.h (MMFUNC): New macro to provide an addition macro expansion. (GEN_TEST_STRTOD_FOREACH): Use MMFUNC for _Float128. |