* @brief finds the value x such that (a * x) % m = 1 * * @param a number we are finding the inverse for * @param m the modulus the inversion is based on * * @returns the modular multiplicative inverse of `a` mod `m` */
source not stored for this graph (policy: none)