We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c78d39 commit 45c0ec2Copy full SHA for 45c0ec2
test/function_accuracy.jl
@@ -80,7 +80,7 @@ end
80
@test test_rtol(rand_bigf, rand_vals, tanh, 1.0e-28)
81
82
@test test_atol(rand_bigf, rand_vals, asinh, 1.0e-31)
83
- @test test_rtol(rand_bigf, rand_vals, asinh, 1.0e-30)
+ @test test_rtol(rand_bigf, rand_vals, asinh, 1.0e-28)
84
85
@test test_atol(rand_bigf, rand_vals, atanh, 1.0e-31)
86
@test test_rtol(rand_bigf, rand_vals, atanh, 1.0e-30)
0 commit comments