From d4f4d1ca9976a53e82dd45f737f8c7fab769f6d0 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Oct 1998 23:55:05 +0000 Subject: Update. 1998-10-30 Geoff Keating * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct _llseek. 1998-10-30 Geoff Keating * math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2. --- math/libm-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') diff --git a/math/libm-test.c b/math/libm-test.c index 780880a0c5..2cd90757a4 100644 --- a/math/libm-test.c +++ b/math/libm-test.c @@ -5788,7 +5788,7 @@ static void identities (void) { identities1_test (0.2L, CHOOSE (1e-18L, 0, 2e-7)); - identities1_test (0.9L, CHOOSE (1e-18L, 0, 2e-7)); + identities1_test (0.9L, CHOOSE (1e-18L, 2e-16, 2e-7)); identities1_test (0, 0); identities1_test (-1, CHOOSE (1e-18L, 0, 1e-7)); -- cgit v1.2.3