Skip to content

Commit 42cc92c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamma_inc.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ function gamma_inc_asym(a::Float64, x::Float64, ind::Integer)
398398
wk[1] = t
399399
loop = 2
400400
for indx = 2:20
401-
amn = amn - 1.0
401+
amn -= 1.0
402402
t *= amn/x
403403
if abs(t) <= 1.0e-3
404404
loop = indx

0 commit comments

Comments
 (0)