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