# File lib/standard/facets/math/lngamma.rb, line 13
  def self.ln_gamma(x)
    lgamma(x).first
  end