# File lib/standard/facets/math/tgamma.rb, line 6
  def self.tgamma(x)
    exp(lgamma(x))
  end