diff options
Diffstat (limited to 'math/libm-test.c')
-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 e51bfe3eb6..976e5e8cf1 100644 --- a/math/libm-test.c +++ b/math/libm-test.c @@ -4302,7 +4302,7 @@ catanh_test (void) result = FUNC(catanh) (BUILD_COMPLEX (0.7, 1.2)); check_eps ("real(catanh(0.7 + i 1.2)) == 0.26007...", __real__ result, - 0.2600749516525135959L, CHOOSE (2e-18, 0, 0)); + 0.2600749516525135959L, CHOOSE (2e-18, 6e-17, 0)); check_eps ("imag(catanh(0.7 + i 1.2)) == 0.97024...", __imag__ result, 0.9702403077950989849L, CHOOSE (3e-17, 0, 0)); |