Open unseddd opened 3 years ago
Optimized to use cheap shifts and adds rather than multiplications and divisions for finding the greated common divisor and Bezout coefficients.
Much appreciation to @cuviper for their help/discussion about the impl on Zulip.
Optimized to use cheap shifts and adds rather than multiplications and divisions for finding the greated common divisor and Bezout coefficients.