↓ 1 callersFunctionex_gcd
Extended Euclidean Algorithm.
Finds integers x, y such that a*x + b*y = gcd(a, b),
and returns (gcd, x, y).
docs/math/code/linear-equation/linear-equation.py:2
↓ 1 callersFunctiongenerate_table(
svg_dir="./svg/",
output_file="andrew.printable.svg",
cols=5,
rows=4,
line_width=1,
docs/geometry/images/andrew.py:254