diff options
author | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-09-01 22:11:00 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@sourceware.org> | 2016-09-02 20:08:41 +0530 |
commit | 25e440c6c7b32da8720a5a18cec0d5322f7eccd0 (patch) | |
tree | a07479761316316ddba7715c5adbc6d8040aeda2 /ChangeLog | |
parent | 758e79ec89c4e285bafcef601702cd27790fd78e (diff) | |
download | glibc-25e440c6c7b32da8720a5a18cec0d5322f7eccd0.tar.gz glibc-25e440c6c7b32da8720a5a18cec0d5322f7eccd0.tar.xz glibc-25e440c6c7b32da8720a5a18cec0d5322f7eccd0.zip |
Use do_sin for sin(x) where 0.25 < |x| < 0.855469
The only code looks slightly different from do_sin but on closer examination, should give exactly the same result. Drop it in favour of the do_sin function call. * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use do_sin.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2ee5588571..66bb46d050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2016-09-02 Siddhesh Poyarekar <siddhesh@sourceware.org> + * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use do_sin. + * sysdeps/ieee754/dbl-64/s_sin.c (do_cos): Accept X and DX as input arguments. Consolidate input partitioning from callers here. (do_cos_slow): Likewise. |