Skip to content

Commit 904d5cb

Browse files
committed
=fix whitespace
1 parent 552a0f9 commit 904d5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/special/gamma.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function lgamma(z::Complex{Float64})
108108
-2.2315475845357937976132853e-04,9.9457512781808533714662972e-05,
109109
-4.4926236738133141700224489e-05,2.0507212775670691553131246e-05)
110110
end
111-
# use recurrence relation lgamma(z) = lgamma(z+1) - log(z )
111+
# use recurrence relation lgamma(z) = lgamma(z+1) - log(z)
112112
# to shift to x > 7 for asymptotic series
113113
shiftprod = Complex(x,yabs)
114114
x += 1

0 commit comments

Comments
 (0)