Class: RubyMath::Atanh
- Inherits:
-
Object
- Object
- RubyMath::Atanh
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
46 47 48 |
# File 'lib/mdarray/ruby_math.rb', line 46 def self.apply(val) Math.atanh(val) end |