Skip to content

Commit bd1b08d

Browse files
authored
typo
1 parent 1b93064 commit bd1b08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gamma_test.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
for (T, max) in ((Float16, 13), (Float32, 43), (Float64, 170))
22
v = rand(T, 10000)*max
33
for x in v
4-
@test isapprox(T(SpecialFunctions.gamma(widen(x))), Bessels.gamma(x)
4+
@test isapprox(T(SpecialFunctions.gamma(widen(x))), Bessels.gamma(x), rtol=1.5*eps(T))
55
if isinteger(x)
66
@test_throws DomainError Bessels.gamma(-x)
77
else

0 commit comments

Comments
 (0)