Class: NumericFunctions::Cube
- Inherits:
-
Object
- Object
- NumericFunctions::Cube
- Defined in:
- lib/mdarray/ruby_numeric_functions.rb
Class Method Summary collapse
Class Method Details
.apply(val) ⇒ Object
78 79 80 |
# File 'lib/mdarray/ruby_numeric_functions.rb', line 78 def self.apply(val) val1 * val * val end |