Exemplo n.º 1
0
 public FuncValue multiply(NumValue other) {
   return new FuncValue(m_params, m_function.multiply(other));
 }