Skip to content

Commit fe6d677

Browse files
sinh accuracy
1 parent 903046f commit fe6d677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/function_accuracy.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ end
7171
@test test_rtol(rand_bigf, rand_vals, atan, 1.0e-31)
7272

7373
@test test_atol(rand_bigf, rand_vals, sinh, 1.0e-31)
74-
@test test_rtol(rand_bigf, rand_vals, sinh, 1.0e-29)
74+
@test test_rtol(rand_bigf, rand_vals, sinh, 1.0e-28)
7575

7676
@test test_atol(rand_bigf, rand_vals, cosh, 1.0e-31)
7777
@test test_rtol(rand_bigf, rand_vals, cosh, 1.0e-31)

0 commit comments

Comments
 (0)