[][src]Function libslide::math::gcd_poly_zz::poly_extract_common

fn poly_extract_common(f: Poly, g: Poly) -> (isize, Poly, Poly)

Extracts a constant coefficient from two polynomials. Returns a tuple of (constant, f_quotient, g_quotient).