Skip to content

Commit 6acfdee

Browse files
authored
Update specialfunctionstests.jl
1 parent 4ab2f19 commit 6acfdee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/specialfunctionstests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +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
1617
@test pochhammer([2,-5,-1],3) == [24,-60,0]
1718
@test pochhammer([-1,-0.5],-0.5) == [0,-Inf]
1819
end

0 commit comments

Comments
 (0)