Find modular inverse of a modulo m i.e. a number x such that (a*x)%m = 1 * * @param[in] a the number for which the modular inverse is queried * @param[in] m the modulus * @return the inverce of a modulo m, if it exists, -1 otherwise */
source not stored for this graph (policy: none)