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