共用方式為


ModulusL 函式

完整名稱:Std.Math.ModulusL

function ModulusL(value : BigInt, modulus : BigInt) : BigInt

總結

計算 value 模數 modulus標準殘留物。 結果一律在 0..modulus-1 範圍內,即使為負數也一樣。