Skip to content

Commit cdb83dd

Browse files
authored
Update specialfunctionstests.jl
1 parent 422a992 commit cdb83dd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/specialfunctionstests.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
using FastTransforms
2+
using Compat.Test
23

34
@testset "Pochhammer" begin
4-
5+
@test pochhammer(2,3) == 24
6+
@test pochhammer(0.5,3) == 0.5*1.5*2.5
7+
@test pochhammer(0.5,0.5) == 1/sqrt(pi)
58
end

0 commit comments

Comments
 (0)