Write three R functions: pgumbel, dgumbel, and qgumbel taking three arguments x,location,scale and returning the value (in x) of the distribution function, the density, and the inverse distribution function (the quantile function) respectively for the Gumbel distribution with location and scale parameters given by location and scale.