Esempio n. 1
0
 public Generic compute() {
   try {
     JSCLInteger en = parameter[0].integerValue();
     return en.phi();
   } catch (NotIntegerException e) {
   }
   return expressionValue();
 }