Class: RubyMath::Tan

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

Class Method Summary collapse

Class Method Details

.apply(val) ⇒ Object



142
143
144
# File 'lib/mdarray/ruby_math.rb', line 142

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