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