CGAL::is_square_free

#include <CGAL/polynomial_utils.h>

Definition

For a given Polynomial_d the function is_square_free adapts the according functor in Polynomial_traits_d<Polynomial_d>.

For more details see the concept PolynomialTraits_d::IsSquareFree.

template <class Polynomial_d>
Polynomial_traits_d<Polynomial_d>::Is_square_free::result_type
is_square_free ( Polynomial_d p) Adapts Polynomial_traits_d<Polynomial_d>::Is_square_free.

See Also

Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::IsSquareFree