Crate ext_gcd
ext_gcd
0.1.0
All Items
Crate Items
Functions
Crate
ext_gcd
Copy item path
Source
Functions
§
ext_gcd
g = gcd(a, b), ax + by = g を満たす (x, y, g) を返します。