CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/RealEmbeddableTraits--ToInterval.h>
AdaptableUnaryFunction
computes for a given real embeddable number \( x\) a double interval containing \( x\). This interval is represented by std::pair<double,double>
.
AdaptableUnaryFunction
RealEmbeddableTraits
Types | |
typedef std::pair< double, double > | result_type |
The result type. More... | |
typedef unspecified_type | argument_type |
Is RealEmbeddableTraits::Type . More... | |
Operations | |
result_type | operator() (argument_type x) |
computes a double interval containing \( x\). More... | |
typedef unspecified_type RealEmbeddableTraits_::ToInterval::argument_type |
typedef std::pair<double,double> RealEmbeddableTraits_::ToInterval::result_type |
The result type.
result_type RealEmbeddableTraits_::ToInterval::operator() | ( | argument_type | x | ) |
computes a double interval containing \( x\).