Skip to content

Commit d3e7deb

Browse files
committed
fix typo
1 parent 0a8f77a commit d3e7deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bessely.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function _bessely0_compute(x::Float64)
7474
p2 = (one(T), -1/16, 53/512, -4447/8192)
7575
q2 = (-1/8, 25/384, -1073/5120, 375733/229376)
7676
p = evalpoly(x2, p2)
77-
evalpoly(x2, q2)
77+
q = evalpoly(x2, q2)
7878
end
7979

8080
a = SQ2OPI(T) * sqrt(xinv) * p

0 commit comments

Comments
 (0)