CGAL 5.1 - Algebraic Kernel
AlgebraicKernel_d_2::MakeSquareFree_2 Class Reference

#include <Concepts/AlgebraicKernel_d_2--MakeSquareFree_2.h>

Definition

Returns a square free part of a bivariate polynomial.

Refines:
AdaptableUnaryFunction
See also
AlgebraicKernel_d_2::IsSquareFree_2
AlgebraicKernel_d_2::SquareFreeFactorize_2

Types

typedef AlgebraicKernel_d_2::Polynomial_2 result_type
 
typedef AlgebraicKernel_d_2::Polynomial_2 argument_type
 

Operations

result_type operator() (const argument_type &p)
 Returns a square free part of \( p\). More...
 

Member Typedef Documentation

◆ argument_type

◆ result_type

Member Function Documentation

◆ operator()()

result_type AlgebraicKernel_d_2::MakeSquareFree_2::operator() ( const argument_type p)

Returns a square free part of \( p\).