Class: NumericFunctions::Fourth

Inherits:
Object
  • Object
show all
Defined in:
lib/mdarray/ruby_numeric_functions.rb

Class Method Summary collapse

Class Method Details

.apply(val) ⇒ Object



84
85
86
# File 'lib/mdarray/ruby_numeric_functions.rb', line 84

def self.apply(val)
  val * val * val * val
end