Esempio n. 1
0
 public FuncValue neg() {
   return new FuncValue(m_params, m_function.neg());
 }