Method: MoreMath::Functions#log_gamma

Defined in:
lib/more_math/functions.rb,
lib/more_math/functions.rb

#log_gamma(x) ⇒ Object



13
14
15
# File 'lib/more_math/functions.rb', line 13

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