Skip to content

Commit 9b98364

Browse files
relaccuracy
1 parent fe6d677 commit 9b98364

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/function_accuracy.jl

+3-3
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ end
7777
@test test_rtol(rand_bigf, rand_vals, cosh, 1.0e-31)
7878

7979
@test test_atol(rand_bigf, rand_vals, tanh, 1.0e-31)
80-
@test test_rtol(rand_bigf, rand_vals, tanh, 1.0e-29)
80+
@test test_rtol(rand_bigf, rand_vals, tanh, 1.0e-28)
8181

8282
@test test_atol(rand_bigf, rand_vals, asinh, 1.0e-31)
83-
@test test_rtol(rand_bigf, rand_vals, asinh, 1.0e-29)
83+
@test test_rtol(rand_bigf, rand_vals, asinh, 1.0e-28)
8484

8585
@test test_atol(rand_bigf, rand_vals, atanh, 1.0e-31)
86-
@test test_rtol(rand_bigf, rand_vals, atanh, 1.0e-30)
86+
@test test_rtol(rand_bigf, rand_vals, atanh, 1.0e-29)
8787

8888

8989
@test test_atol(rand1_bigf, rand1_vals, exp, 1.0e-30)

0 commit comments

Comments
 (0)