Class: RubyMath::Gamma

Inherits:
Object
  • Object
show all
Defined in:
lib/mdarray/ruby_math.rb

Class Method Summary collapse

Class Method Details

.apply(val) ⇒ Object



88
89
90
# File 'lib/mdarray/ruby_math.rb', line 88

def self.apply(val)
  Math.gamma(val)
end