* @brief performs the extended Euclidean algorithm on integer inputs a and b * * @param a first integer input * @param b second integer input * * @returns euclidean_result_t containing the gcd, and values x and y such that * ax + by = gcd */
source not stored for this graph (policy: none)
no test coverage detected