Class: RubyMath::Cbrt
- Inherits:
-
Object
- Object
- RubyMath::Cbrt
- Defined in:
- lib/mdarray/ruby_math.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
52 53 54 |
# File 'lib/mdarray/ruby_math.rb', line 52 def self.apply(val) Math.cbrt(val) end |