api.dart.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic. Learn more.
Returns the modular multiplicative inverse of this integer modulo modulus.
modulus
The modulus must be positive.
It is an error if no modular inverse exists.
int modInverse(int modulus);