CGAL 5.1 - Algebraic Kernel
AlgebraicKernel_d_1::IsSquareFree_1 Class Reference

#include <Concepts/AlgebraicKernel_d_1--IsSquareFree_1.h>

Definition

Computes whether the given univariate polynomial is square free.

Refines:
AdaptableUnaryFunction
See also
AlgebraicKernel_d_1::MakeSquareFree_1
AlgebraicKernel_d_1::SquareFreeFactorize_1

Types

A model of this type must provide:

typedef bool result_type
 
typedef AlgebraicKernel_d_1::Polynomial_1 argument_type
 

Operations

result_type operator() (argument_type p)
 Returns true if \( p\) is square free. More...
 

Member Typedef Documentation

◆ argument_type

◆ result_type

Member Function Documentation

◆ operator()()

result_type AlgebraicKernel_d_1::IsSquareFree_1::operator() ( argument_type  p)

Returns true if \( p\) is square free.