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