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
Given a polynomial, returns true
if the input is a square-free polynomial and false
otherwise.