inverseRegularizedBeta(y, a, b)
This is the inverse of regularizedBeta with respect to the first argument.
i1 : regularizedBeta(1/2, 3, 4) o1 = .6562499999999997 o1 : RR (of precision 53)
i2 : inverseRegularizedBeta(oo, 3, 4) o2 = .4999999999999996 o2 : RR (of precision 53)
The object inverseRegularizedBeta is a method function.