Skip to content

Commit 34229ef

Browse files
authored
Bump CI
1 parent 83afebb commit 34229ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/gamma_inc.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ function gamma_inc_taylor(a::Float64, x::Float64, ind::Integer)
444444
end
445445

446446
p = (rgammax(a, x) / a) * (1.0 + sm)
447+
447448
return (p, 1.0 - p)
448449
end
449450
"""
@@ -481,8 +482,9 @@ function gamma_inc_asym(a::Float64, x::Float64, ind::Integer)
481482
for j in last_t:(-1):1
482483
sm += ts[j]
483484
end
484-
485+
485486
q = (rgammax(a, x) / x) * (1.0 + sm)
487+
486488
return (1.0 - q, q)
487489
end
488490
"""

0 commit comments

Comments
 (0)