Greatest common divisor (gcd) Returns the greatest common divisor of two polynomials. The greatest common divisor of a quotient of polynomials is defined as Syntax gcd(Polynomial, ..., Polynomial) Description gcd(Polynomial, ..., Polynomial) Given a set of polynomials, returns its greatest common divisor. Related functions Least common multiple (lcm), Extended gcd Table of Contents Syntax Description Related functions