diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/libm-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/libm-test.c b/math/libm-test.c index 8e52d00c9d..d0b0c766bf 100644 --- a/math/libm-test.c +++ b/math/libm-test.c @@ -5616,7 +5616,7 @@ jn_test (void) check_eps ("jn (3, 1.0) = 0.01956...", FUNC(jn) (3, 1.0), 0.019563353982668405919, CHOOSE (0, 0, 1.9e-9)); check_eps ("jn (3, 2.0) = 0.12894...", FUNC(jn) (3, 2.0), 0.12894324947440205110, - CHOOSE(0, 3e-17, 0)); + CHOOSE(0, 3e-17, 1.5e-8)); check_eps ("jn (3, 10.0) = 0.05837...", FUNC(jn) (3, 10.0), 0.058379379305186812343, CHOOSE(0, 3e-17, 1.9e-8)); |