![]() |
typedef std::pair<AlgebraicKernel_d_1::Bound, AlgebraicKernel_d_1::Bound> | ||
result_type; | ||
typedef AlgebraicKernel_d_1::Algebraic_real_1 | ||
first_argument_type; | ||
typedef int | second_argument_type; |
result_type | fo ( first_argument_type x , second_argument_type r ) | |||||||||
The function computes a pair p of AlgebraicKernel_d_1::Bound,
where p.first represents the lower approximation and p.second represents
the upper approximation. The pair p approximates the given value x
with respect to the given relative precision r.
|
AlgebraicKernel_d_1::ApproximateAbsolute_1