module MoreMath::Functions

def log_gamma(x)

def log_gamma(x)
  lgamma(x).first
end