返回此整数的 exponent 次方模 modulus 的结果。
exponent
modulus
exponent 必须是非负数,且 modulus 必须是正数。
BigInt modPow(BigInt exponent, BigInt modulus);