返回此大整数的模乘逆元(模 modulus)。
modulus
modulus 必须为正。
如果不存在模乘逆元,则为错误。
// Returns 1/this % modulus, with modulus > 0. BigInt modInverse(BigInt modulus);