diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-04-24 16:29:33 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-04-24 16:29:33 -0400 |
commit | 418601aa84a2b5cfa21f27bcb81b5c1d0fdf9ccd (patch) | |
tree | dfe82ae34f369ea143ccc182636f6fcf6b69f934 /ChangeLog | |
parent | 5e2218006061c9225ab6e761dad849b4baab632e (diff) | |
download | glibc-418601aa84a2b5cfa21f27bcb81b5c1d0fdf9ccd.tar.gz glibc-418601aa84a2b5cfa21f27bcb81b5c1d0fdf9ccd.tar.xz glibc-418601aa84a2b5cfa21f27bcb81b5c1d0fdf9ccd.zip |
math: Use accurate answers for cos and sincos.
Use the most accurate hex literals possible for the answers to the cos and sincos tests that vary according to the error in the rounding of PI/2. --- 2013-04-24 Carlos O'Donell <carlos@redhat.com> * math/libm-test.inc (cos_test): Use accurate hex constants. (sincost_test): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f3efba4002..e6a9a40d52 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-04-24 Carlos O'Donell <carlos@redhat.com> + + * math/libm-test.inc (cos_test): Use accurate hex constants. + (sincost_test): Likewise. + 2013-04-24 Joseph Myers <joseph@codesourcery.com> * math/libm-test.inc (catan_test): Add more tests. |