Class: RubyMath::Log10
- Inherits:
-
Object
- Object
- RubyMath::Log10
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
112 113 114 |
# File 'lib/mdarray/ruby_math.rb', line 112 def self.apply(val) Math.log10(val) end |