예제 #1
0
 public static BigInteger operator %(BigInteger a, BigInteger b)
 {
     return(BigMath.Mod(a, b));
 }