modInverse method

int modInverse(
  1. int modulus
)

Implementation

int modInverse(int modulus) => value.modInverse(modulus);