diff options
author | Ben Norht <ben@redfrontdoor.org> | 2013-05-28 17:20:24 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-05-28 17:20:24 -0400 |
commit | 56b672e92e10ac2931236dba4e452699fd0d32d1 (patch) | |
tree | fee0a84ff91377792e74c04a304088d8b6bdf570 /ChangeLog | |
parent | 5e056687df90ac8988ac5a929f941d4b1edd76b1 (diff) | |
download | glibc-56b672e92e10ac2931236dba4e452699fd0d32d1.tar.gz glibc-56b672e92e10ac2931236dba4e452699fd0d32d1.tar.xz glibc-56b672e92e10ac2931236dba4e452699fd0d32d1.zip |
Doc fix for 'frexp' in arith.texi
It is the magnitude of the return value which lies in [0.5, 1), not the return value itself. --- 2013-05-28 Ben North <ben@redfrontdoor.org> * manual/arith.texi (frexp): It is the magnitude of the return value which lies in [0.5, 1), not the return value itself.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f1afcf0657..00cb5b5ace 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-05-28 Ben North <ben@redfrontdoor.org> + + * manual/arith.texi (frexp): It is the magnitude of the return + value which lies in [0.5, 1), not the return value itself. + 2013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com> * sysdeps/powerpc/fpu/libm-test-ulps: Update. |