[][src]Function rdcl_aoc_helpers::math::bezout_coefficients

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

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