Searched defs:ExtendedGcd (Results 1 – 1 of 1) sorted by relevance
353 pub struct ExtendedGcd<A> { struct354 pub gcd: A,355 pub x: A,356 pub y: A,766 let ExtendedGcd { gcd, x, y, .. } = a.extended_gcd(&b); localVariable