Пример #1
0
 public static Number bigIntRemainder(BigInt x, BigInt y) {
   return x.remainder(y);
 }