Skip to content

Commit 5abdbd0

Browse files
committed
Remove unused variables.
1 parent b6916c0 commit 5abdbd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/besselk.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,11 +463,9 @@ end
463463
# re-implemented. And with an order of, like, 10, this seems to be pretty
464464
# accurate and still faster than the uniform asymptotic expansion.
465465
function _besselk_as_pair(v, x::T, order) where{T}
466-
twox = T(2)
467466
fv = 4*v*v
468467
fvp1 = 4*(v+one(v))^2
469468
_z = x
470-
ser = zero(T)
471469
ser_v = one(T)
472470
ser_vp1 = one(T)
473471
floatj = one(T)

0 commit comments

Comments
 (0)