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
Given a set of polynomials, returns its greatest common divisor.