AlgebraicKernel_d_1::IsSquareFree_1

Definition

Computes whether the given univariate polynomial is square free.

Refines

AdaptableUnaryFunction

Types

typedef bool result_type;
typedef AlgebraicKernel_d_1::Polynomial_1
argument_type;

A model of this type must provide:

Operations

result_type fo ( argument_type p ) Returns true if p is square free.

See Also

AlgebraicKernel_d_1::MakeSquareFree_1
AlgebraicKernel_d_1::SquareFreeFactorize_1