Class: Math::Expr::MathFunc

Inherits:
Object show all
Defined in:
lib/ruuuby/math/expr/math_func.rb

Overview

  • a statement on some ‘mathematical object(s)’

  • a mapping of some input to some output

also refer to as Formula

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ MathFunc



14
15
16
17
# File 'lib/ruuuby/math/expr/math_func.rb', line 14

def initialize(*args)
  @all_args = args
  @context  = nil
end