Class: RubyMath::Log
- Inherits:
-
Object
- Object
- RubyMath::Log
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
106 107 108 |
# File 'lib/mdarray/ruby_math.rb', line 106 def self.apply(val) Math.log(val) end |