Skip to content

Commit 2d371f2

Browse files
authored
Update specialfunctionstests.jl
1 parent 31d5218 commit 2d371f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/specialfunctionstests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,4 @@ const sqrtpi = 1.772453850905516027298
1414
@test pochhammer(-1,-0.5) == 0
1515
@test 1.0/pochhammer(-0.5,-0.5) == 0
1616
@test pochhammer(-1+0im,-1) == -0.5
17-
@test pochhammer([2,-5,-1],3) == [24,-60,0]
18-
@test pochhammer([-1,-0.5],-0.5) == [0,-Inf]
1917
end

0 commit comments

Comments
 (0)