# File lib/more/facets/math/gamma.rb, line 7
    def self.gamma(x)
      exp(lgamma(x))
    end