CGAL::make_square_free

#include <CGAL/polynomial_utils.h>

Definition

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

For more details see the concept PolynomialTraits_d::MakeSquareFree.

template <class Polynomial_d>
Polynomial_traits_d<Polynomial_d>::Make_square_free::result_type
make_square_free ( Polynomial_d p)
Adapts Polynomial_traits_d<Polynomial_d>::Make_square_free.

See Also

Polynomial_d
PolynomialTraits_d
PolynomialTraits_d::MakeSquareFree