Class: RubyMath::Asinh
- Inherits:
-
Object
- Object
- RubyMath::Asinh
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
28 29 30 |
# File 'lib/mdarray/ruby_math.rb', line 28 def self.apply(val) Math.asinh(val) end |