Class: Math::Expr::MathFunc
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
-
#initialize(*args) ⇒ MathFunc
constructor
A new instance of MathFunc.
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 |