MutableBigInteger.euclidModInverse

Uses the extended Euclidean algorithm to compute the modInverse of base mod a modulus that is a power of 2. The modulus is 2^k.

class MutableBigInteger
euclidModInverse
(
int k
)

Meta