Class: RubyMath::Sin

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

Class Method Summary collapse

Class Method Details

.apply(val) ⇒ Object



124
125
126
# File 'lib/mdarray/ruby_math.rb', line 124

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