Class: RubyMath::Sinh
- Inherits:
-
Object
- Object
- RubyMath::Sinh
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
130 131 132 |
# File 'lib/mdarray/ruby_math.rb', line 130 def self.apply(val) Math.sinh(val) end |