Skip to content

Commit 45c0ec2

Browse files
Update function_accuracy.jl
1 parent 3c78d39 commit 45c0ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/function_accuracy.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ end
8080
@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-30)
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)
8686
@test test_rtol(rand_bigf, rand_vals, atanh, 1.0e-30)

0 commit comments

Comments
 (0)