AlgebraicKernel_d_2::IsSquareFree_2

Definition

Computes whether the given bivariate polynomial is square free.

Refines

AdaptableUnaryFunction

Types

typedef bool result_type;
typedef AlgebraicKernel_d_2::Polynomial_2
argument_type;

Operations

A model fo of this type must provide:

result_type fo ( argument_type p ) Computes whether p is square free.

See Also

AlgebraicKernel_d_2::MakeSquareFree_2
AlgebraicKernel_d_2::SquareFreeFactorize_2