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