Square-free A square-free polynomial is a polynomial that does not have as a factor any square of a non-unit factor. Syntax square_free?(Polynomial) Description square_free?(Polynomial) Given a polynomial, returns true if the input is a square-free polynomial and false otherwise. Related functions Factor in square free, Factor Table of Contents Syntax Description Related functions