Skip to content

Commit

Permalink
=fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox committed Oct 29, 2016
1 parent cef747c commit 9c51b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/special/gamma.jl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function lgamma(z::Complex{Float64})
-2.2315475845357937976132853e-04,9.9457512781808533714662972e-05,
-4.4926236738133141700224489e-05,2.0507212775670691553131246e-05)
end
# use recurrence relation lgamma(z) = lgamma(z+1) - log(z )
# use recurrence relation lgamma(z) = lgamma(z+1) - log(z)
# to shift to x > 7 for asymptotic series
shiftprod = Complex(x,yabs)
x += 1
Expand Down

0 comments on commit 9c51b1e

Please sign in to comment.