Skip to content

Commit ec68aaa

Browse files
Update src/gamma.jl
Co-authored-by: David Widmann <[email protected]>
1 parent 7bcfd01 commit ec68aaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamma.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ function logabsbeta(a::T, b::T) where T<:Real
805805
return logabsbeta(b, a)
806806
end
807807

808-
if a <= 0.0 && isinteger(a)
808+
if a <= 0 && isinteger(a)
809809
if a + b <= 0
810810
r = logbeta(1 - a - b, b)
811811
sgn = isinteger(b/2) ? 1 : -1

0 commit comments

Comments
 (0)