Skip to content

Commit ed9f733

Browse files
authored
Update specialfunctionstests.jl
1 parent 2c0dc6e commit ed9f733

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
@@ -4,5 +4,5 @@ using Compat.Test
44
@testset "Pochhammer" begin
55
@test pochhammer(2,3) == 24
66
@test pochhammer(0.5,3) == 0.5*1.5*2.5
7-
@test pochhammer(0.5,0.5) == 1/sqrt(pi)
7+
@test pochhammer(0.5,0.5) == 1/sqrtpi
88
end

0 commit comments

Comments
 (0)