Skip to content

Commit 4e8836c

Browse files
authored
rm debugging at-show
1 parent e868e46 commit 4e8836c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/erf.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ function erfcinv(y::BigFloat)
448448
if yfloat < 1
449449
x = sqrt(-log(y*sqrtπ))
450450
else # y must be close to 2
451-
@show x = -sqrt(-log((2-y)*sqrtπ))
451+
x = -sqrt(-log((2-y)*sqrtπ))
452452
end
453453
# TODO: Newton convergence is slow near y=0 singularity; accelerate?
454454
end

0 commit comments

Comments
 (0)