Skip to content

Commit 4ab2f19

Browse files
authored
Update specialfunctionstests.jl
1 parent 54c0bd0 commit 4ab2f19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/specialfunctionstests.jl

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

0 commit comments

Comments
 (0)