We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0dc6e commit ed9f733Copy full SHA for ed9f733
test/specialfunctionstests.jl
@@ -4,5 +4,5 @@ using Compat.Test
4
@testset "Pochhammer" begin
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)
+ @test pochhammer(0.5,0.5) == 1/sqrtpi
8
end
0 commit comments