diff options
author | Roland McGrath <roland@gnu.org> | 2003-01-20 05:25:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-01-20 05:25:38 +0000 |
commit | 83c9a671e8af4edfd723fe70baeefae20752a5b3 (patch) | |
tree | 9375309adff2a4a1fa573b3e8bd4f10de55ee657 | |
parent | 86583139a4d746743ccffcd72e25d96c5fb8d488 (diff) | |
download | glibc-83c9a671e8af4edfd723fe70baeefae20752a5b3.tar glibc-83c9a671e8af4edfd723fe70baeefae20752a5b3.tar.gz glibc-83c9a671e8af4edfd723fe70baeefae20752a5b3.tar.bz2 glibc-83c9a671e8af4edfd723fe70baeefae20752a5b3.zip |
* sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really
compute the cosine, not the sine, even if x > 0.8.
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2003-01-20 Segher Boessenkool <segher@koffie.nl> + + * sysdeps/ieee754/dbl-64/sincos32.c (__mpcos): Really + compute the cosine, not the sine, even if x > 0.8. + 2003-01-19 Ulrich Drepper <drepper@redhat.com> * nis/nss_nis/nis-spwd.c: Make _nss_nis_endspent an alias of |