Function competitive_programming_rs::math::chinese_remainder_theorem::extended_gcd[][src]

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