betaIncompleteInv
fn
real betaIncompleteInv(real aa, real bb, real yy0 ) pure nothrow @safe @nogcInverse of incomplete beta integral
Given y, the function finds x such that
betaIncomplete(a, b, x) == y
Newton iterations or interval halving is used.