CGAL 4.8.1 - Algebraic Kernel
|
Computes a number of type AlgebraicKernel_d_1::Bound
in-between two AlgebraicKernel_d_1::Algebraic_real_1
values.
Types | |
typedef AlgebraicKernel_d_1::Bound | result_type |
typedef AlgebraicKernel_d_1::Algebraic_real_1 | first_argument_type |
typedef AlgebraicKernel_d_1::Algebraic_real_1 | second_argument_type |
Operations | |
result_type | operator() (const first_argument_type &a, const second_argument_type &b) |
Computes a value \( r\), which is between \( a\) and \( b\). More... | |
result_type AlgebraicKernel_d_1::BoundBetween_1::operator() | ( | const first_argument_type & | a, |
const second_argument_type & | b | ||
) |
Computes a value \( r\), which is between \( a\) and \( b\).