Пример #1
0
 public FuncValue exp(NumValue other) {
   return new FuncValue(m_params, m_function.exp(other));
 }