result_type
|
fo (
AlgebraicKernel_d_2::Algebraic_real_2 a
,
AlgebraicKernel_d_2::Polynomial_2 f
)
|
| |
The returned CGAL::cpp0x::array [xl,xu,yl,yu] represents an open isolating box B=(xl,xu) × (yl,yu)
for a with respect to f.
Postcondition: | { r | f(r)=0 } ∩ B = ∅. |
|
|
result_type
|
|
| |
The returned CGAL::cpp0x::array [xl,xu,yl,yu] represents an open isolating box B=(xl,xu) × (yl,yu)
for a with respect to the common solutions of f and g.
It is not necessary that a is a common solution of f and g.
Postcondition: | { r | f(r)=g(r)=0 } ∩ B ∈ {{a},∅}. |
|