Tail Returns the tail of a polynomial, that is the terms that are not the leading term. Syntax tail(Polynomial) Description tail(Polynomial) Given a polynomial, returns its tail. Related functions Leading term, Leading coefficient Table of Contents Syntax Description Related functions