Skip to content

Commit ef42fcc

Browse files
Update src/gamma_inc.jl
Co-authored-by: David Widmann <[email protected]>
1 parent b6d5d6d commit ef42fcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gamma_inc.jl

-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,6 @@ function _gamma_inc(a::Float64, x::Float64, ind::Integer)
810810
end
811811
s = 1.0 - l
812812
z = -LogExpFunctions.logmxp1(l)
813-
700.0/a
814813
if z >= 700.0/a
815814
if abs(s) <= 2*eps(Float64)
816815
throw(DomainError((a, x, ind), "P(a,x) or Q(a,x) is computationally indeterminant in this case."))

0 commit comments

Comments
 (0)