CGAL 4.8.1 - Algebraic Kernel
|
Computes whether the given bivariate polynomial is square free.
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. | |