Quantile function of the gamma distribution
Constructor
auto qf = GammaSQuantile!double(3, 2); auto x = qf(0.1); assert(isNormal(x));
See Implementation
Quantile function of the gamma distribution