Skip to content

Commit 83afebb

Browse files
authored
Revert compat attempts
1 parent ee41ab7 commit 83afebb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gamma_inc.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,6 @@ function gamma_inc_asym(a::Float64, x::Float64, ind::Integer)
485485
q = (rgammax(a, x) / x) * (1.0 + sm)
486486
return (1.0 - q, q)
487487
end
488-
if VERSION < v"1.5.0"
489-
Base.cumprod(itr) = accumulate(Base.mul_prod, itr)
490-
end
491488
"""
492489
gamma_inc_taylor_x(a,x,ind)
493490

0 commit comments

Comments
 (0)