Class: RubyMath::Exp

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

Class Method Summary collapse

Class Method Details

.apply(val) ⇒ Object



82
83
84
# File 'lib/mdarray/ruby_math.rb', line 82

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