Skip to content

Commit 31d5218

Browse files
authored
Update specialfunctionstests.jl
1 parent 6acfdee commit 31d5218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/specialfunctionstests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const sqrtpi = 1.772453850905516027298
1313
@test pochhammer(-5,3) == -60
1414
@test pochhammer(-1,-0.5) == 0
1515
@test 1.0/pochhammer(-0.5,-0.5) == 0
16-
@test pochhammer(-1+0im,-1) == -2
16+
@test pochhammer(-1+0im,-1) == -0.5
1717
@test pochhammer([2,-5,-1],3) == [24,-60,0]
1818
@test pochhammer([-1,-0.5],-0.5) == [0,-Inf]
1919
end

0 commit comments

Comments
 (0)