* @brief finds the values x and y such that a*x + b*y = gcd(a,b) * * @param[in] a the first input of the gcd * @param[in] a the second input of the gcd * @param[out] x the Bézout coefficient of a * @param[out] y the Bézout coefficient of b * @return the gcd of a and b */
source not stored for this graph (policy: none)