pub fn bezout_coefficients(a: i64, b: i64) -> (i64, i64)
Expand description

Find t and s, such that ta + sb = gcd(p, q).