예제 #1
0
파일: Math.java 프로젝트: sharwell/rascal
 public IValue numerator(IRational n) {
   return n.numerator();
 }