Gamma CDF
Constructor
auto cdf = GammaSCDF!double(3, 2); auto x = cdf(0.1); assert(isNormal(x));
See Implementation
Gamma CDF