Skip to content

Commit ae39433

Browse files
Update src/gamma_inc.jl
Co-authored-by: David Widmann <devmotion@users.noreply.github.com>
1 parent 4e5b918 commit ae39433

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
@@ -300,7 +300,7 @@ function coeff3(eta::Float64)
300300
if eta < -8.0
301301
x=eta*eta
302302
y = log(-eta)/eta
303-
coeff3=(-30.0 + eta*y*(6.0*x*y*y - 12.0+x))/(12.0*eta*x*x)
303+
coeff3=(-30.0 + eta*y*(6.0*x*y*y - 12.0 + x))/(12.0*eta*x*x)
304304
elseif eta < -4.0
305305
coeff3 = (
306306
@horner(

0 commit comments

Comments
 (0)