CGAL 5.1 - Algebraic Kernel
|
#include <Concepts/AlgebraicKernel_d_2--IsSquareFree_2.h>
Computes whether the given bivariate polynomial is square free.
AdaptableUnaryFunction
Types | |
typedef bool | result_type |
typedef AlgebraicKernel_d_2::Polynomial_2 | argument_type |
Operations | |
result_type | operator() (const argument_type &p) |
Computes whether \( p\) is square free. More... | |
typedef bool AlgebraicKernel_d_2::IsSquareFree_2::result_type |
result_type AlgebraicKernel_d_2::IsSquareFree_2::operator() | ( | const argument_type & | p | ) |
Computes whether \( p\) is square free.