Skip to content

Commit d87a95e

Browse files
Update src/beta_inc.jl
Co-authored-by: David Widmann <[email protected]>
1 parent cc8c06d commit d87a95e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/beta_inc.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,6 @@ function beta_inc_inv(a::Float64, b::Float64, p::Float64, q::Float64; lb = logbe
979979
adj = g*pp_approx
980980
sq = adj^2
981981
tx = x - adj
982-
prev
983982
if (prev > sq && tx >= 0.0 && tx <= 1.0)
984983
break
985984
end

0 commit comments

Comments
 (0)