Beispiel #1
0
 public UInt256 Exp_UInt256()
 {
     UInt256.Exp(A.Item2, D.Item2, out UInt256 res);
     return(res);
 }