示例#1
0
 @Override
 public Term reduce() throws EvaluationException {
     return new TMultiplicative( scalar, multiplicand.reduce() );
 }