1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-10-21 14:53:53 +03:00

Fix accuracy problem in generic sin

This commit is contained in:
Ulrich Drepper
2011-10-29 14:08:56 -04:00
parent 09e1869773
commit cb95113e30
4 changed files with 13 additions and 5 deletions

View File

@@ -5642,6 +5642,7 @@ sin_test (void)
#ifdef TEST_DOUBLE
TEST_f_f (sin, 0.80190127184058835, 0.71867942238767868);
TEST_f_f (sin, 2.522464e-1, 2.4957989804940911e-1);
#endif
END (sin);