zr: In gamma_complex(), the real part of the argument
zi: In gamma_complex(), the imaginary part of the argument. If missing (ie takes the default value of NULL), interpret zr as complex, even if real
r.and.i: In gamma_complex(), Boolean variable with default value of TRUE meaning to return a complex variable as per the details section below; and FALSE meaning to return the values as advertised in the GSL manual
give: Boolean with TRUE meaning to return a list of three items: the value, an estimate of the error, and a status number
strict: Boolean, with TRUE meaning to return NaN
if status is an error
Details
All functions as documented in the GSL reference manual section 7.19.
Note that gamma_inc_P() gives the area of the left tail of the gamma distribution so, for example, gamma_inc_P(1.8, 5) = pgamma(5, 1.8) to numerical accuracy.