コード例 #1
0
ファイル: Benchmarks.cs プロジェクト: fixxxedpoint/int256
 public Int256 Exp_Int256()
 {
     Int256.Exp(A.Item2, D.Item2, out Int256 res);
     return(res);
 }