예제 #1
0
파일: RpTest.java 프로젝트: Kailashrb/Jep
 protected void setUp() {
   j = new JEP();
   j.addStandardConstants();
   j.addStandardFunctions();
   j.addComplex();
   // j.setTraverse(true);
   j.setAllowAssignment(true);
   j.setAllowUndeclared(true);
   j.setImplicitMul(true);
 }