We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e34dc commit 566996aCopy full SHA for 566996a
src/besseli.jl
@@ -195,7 +195,7 @@ function besseli0(z::ComplexF64)
195
s1 += C*f[ind]
196
s2 += C*w[ind]
197
end
198
- r = s1 / (s2 * sqrt(z) * exp(-z))
+ r = @fastmath s1 / (s2 * sqrt(z) * exp(-z))
199
200
201
isconj && (r = conj(r))
@@ -295,7 +295,7 @@ function besseli1(z::ComplexF64)
295
296
297
298
299
300
301
0 commit comments