Skip to content

Commit f151cd1

Browse files
committed
loosen floating pt restriction
1 parent d83f5d0 commit f151cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/besselj_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ end
120120
nu = -9.102; x = -12.48
121121
@test isapprox(besselj(nu, x), 0.09842356047575545808128 -0.03266486217437818486161im, rtol=8e-15)
122122
nu = -5.0; x = -5.1
123-
@test isapprox(besselj(nu, x), 0.2740038554704588327387, rtol=8e-15)
123+
@test isapprox(besselj(nu, x), 0.2740038554704588327387, rtol=1e-14)
124124
nu = -7.3; x = 19.1
125125
@test isapprox(besselj(nu, x), 0.1848055978553359009813, rtol=8e-15)
126126
nu = -14.0; x = 21.3

0 commit comments

Comments
 (0)